]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4c9bfce05f99e3423759d6551bed91bf43f09ea3
treec6ee46505746d9109d1e4aaff25c15a00b34da27
parent54fbf1f4b34fbb95427130ee64acd73eac670886
net, neigh: introduce interval_probe_time_ms for periodic probe

commit 9c444ee74677 ("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