Re: [PATCH net-next] net: neigh: Rename NEIGH_VAR_INTERVAL_PROBE_TIME_MS to NEIGH_VAR_INTERVAL_PROBE_TIME
From: Jiayuan Chen
Date: Thu May 14 2026 - 22:56:02 EST
On 5/15/26 10:14 AM, qiu.yutan@xxxxxxxxxx wrote:
From: Qiu Yutan <qiu.yutan@xxxxxxxxxx>I think the macro name NEIGH_VAR_INTERVAL_PROBE_TIME is just meant to correspond
During the initialization of arp_tbl, the enumeration constant name
NEIGH_VAR_INTERVAL_PROBE_TIME_MS in the statement
arp_tbl.parms.data[NEIGH_VAR_INTERVAL_PROBE_TIME_MS] = 5*HZ does not
align with its actual meaning (jiffies).
to the configuration item neigh/default/interval_probe_time_ms.
Using NEIGH_VAR_INTERVAL_PROBE_TIME is a better naming choice.
Fixes: bf48c3fae6d7 ("Merge branch 'net-neigh-introduce-interval_probe_time-for-periodic-probe'")
Do not carry Fixes tag since it's not a fix. On the other hand, it is a merge commit not a regular commit...