net, neigh: introduce interval_probe_time_ms for periodic probe
authorYuwei Wang <wangyuweihx@gmail.com>
Wed, 29 Jun 2022 08:48:32 +0000 (08:48 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 30 Jun 2022 11:14:35 +0000 (13:14 +0200)
commit211da42eaa45db7b0edfde187dd88a85fbd466b5
treec6ee46505746d9109d1e4aaff25c15a00b34da27
parentc381d02b2fd5f82d2207db1b9b25ff60d0d9c27c
net, neigh: introduce interval_probe_time_ms for periodic probe

commit ed6cd6a17896 ("net, neigh: Set lower cap for neigh_managed_work rearming")
fixed a case when DELAY_PROBE_TIME is configured to 0, the processing of the
system work queue hog CPU to 100%, and further more we should introduce
a new option used by periodic probe

Signed-off-by: Yuwei Wang <wangyuweihx@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Documentation/networking/ip-sysctl.rst
include/net/neighbour.h
include/uapi/linux/neighbour.h
include/uapi/linux/sysctl.h
net/core/neighbour.c
net/decnet/dn_neigh.c
net/ipv4/arp.c
net/ipv6/ndisc.c