ipv6: make addrconf_wq single threaded
authorEric Dumazet <edumazet@google.com>
Thu, 1 Feb 2024 17:30:31 +0000 (17:30 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 3 Feb 2024 05:05:08 +0000 (21:05 -0800)
commitdfd2ee086a63c730022cb095576a8b3a5a752109
tree5e26cf4a699d41c7b063c49a24db2fde79bc993f
parentf5d59230ec26aa5e8b59e9f4a4d288703a737479
ipv6: make addrconf_wq single threaded

Both addrconf_verify_work() and addrconf_dad_work() acquire rtnl,
there is no point trying to have one thread per cpu.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240201173031.3654257-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/addrconf.c