Eric Dumazet 78c3253f27 net: use synchronize_rcu_expedited in cleanup_net()
cleanup_net() is calling synchronize_rcu() right before
acquiring RTNL.

synchronize_rcu() is much slower than synchronize_rcu_expedited(),
and cleanup_net() is currently single threaded. In many workloads
we want cleanup_net() to be fast, in order to free memory and various
sysfs and procfs entries as fast as possible.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-12 12:17:03 +00:00
..
2024-01-29 14:40:38 +00:00
2024-01-26 21:08:22 -08:00
2023-11-28 15:48:39 +01:00
2024-02-04 16:08:21 +00:00
2024-01-26 20:34:25 -08:00
2024-01-11 10:07:29 -08:00
2024-01-23 15:13:55 +01:00
2024-01-26 21:08:22 -08:00
2022-12-12 15:04:39 -08:00