netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] inet: convert to exit_batch_rtnl
@ 2024-02-08 11:16 Eric Dumazet
  2024-02-08 11:16 ` [PATCH net-next 1/4] ip6mr: use exit_batch_rtnl method Eric Dumazet
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Eric Dumazet @ 2024-02-08 11:16 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: David Ahern, netdev, eric.dumazet, Eric Dumazet

Even if these four modules exit_batch methods do not unregister
devices, it is worth converting them to exit_batch_rtnl
to save rtnl_lock()/rtnl_unlock() pairs in netns dismantles.

Eric Dumazet (4):
  ip6mr: use exit_batch_rtnl method
  ipv6: fib6: use exit_batch_rtnl method
  ipmr: use exit_batch_rtnl method
  ipv4: fib: use exit_batch_rtnl method

 net/ipv4/fib_frontend.c | 8 +++-----
 net/ipv4/ipmr.c         | 7 +++----
 net/ipv6/fib6_rules.c   | 7 +++----
 net/ipv6/ip6mr.c        | 7 +++----
 4 files changed, 12 insertions(+), 17 deletions(-)

-- 
2.43.0.594.gd9cf4e227d-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-09 12:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 11:16 [PATCH net-next 0/4] inet: convert to exit_batch_rtnl Eric Dumazet
2024-02-08 11:16 ` [PATCH net-next 1/4] ip6mr: use exit_batch_rtnl method Eric Dumazet
2024-02-08 11:16 ` [PATCH net-next 2/4] ipv6: fib6: " Eric Dumazet
2024-02-08 11:16 ` [PATCH net-next 3/4] ipmr: " Eric Dumazet
2024-02-08 11:53   ` Eric Dumazet
2024-02-09  8:01   ` kernel test robot
2024-02-09 12:26   ` kernel test robot
2024-02-08 11:16 ` [PATCH net-next 4/4] ipv4: fib: " Eric Dumazet
2024-02-08 17:54 ` [PATCH net-next 0/4] inet: convert to exit_batch_rtnl Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).