netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net/sched: act_api: speed up netns dismantles
@ 2024-02-08 10:25 Eric Dumazet
  2024-02-08 10:25 ` [PATCH net-next 1/2] net/sched: act_api: uninline tc_action_net_init() and tc_action_net_exit() Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Dumazet @ 2024-02-08 10:25 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Jamal Hadi Salim, Cong Wang, Jiri Pirko, netdev, eric.dumazet,
	Eric Dumazet

Adopt the new exit_batch_rtnl() method to avoid extra
rtnl_lock()//rtnl_unlock() pairs.

Eric Dumazet (2):
  net/sched: act_api: uninline tc_action_net_init() and
    tc_action_net_exit()
  net/sched: act_api: use exit_batch_rtnl() method

 include/net/act_api.h      | 34 +++-------------------------------
 net/sched/act_api.c        | 35 ++++++++++++++++++++++++++++++++---
 net/sched/act_bpf.c        |  7 ++++---
 net/sched/act_connmark.c   |  7 ++++---
 net/sched/act_csum.c       |  7 ++++---
 net/sched/act_ct.c         |  7 ++++---
 net/sched/act_ctinfo.c     |  7 ++++---
 net/sched/act_gact.c       |  7 ++++---
 net/sched/act_gate.c       |  7 ++++---
 net/sched/act_ife.c        |  7 ++++---
 net/sched/act_mirred.c     |  7 ++++---
 net/sched/act_mpls.c       |  7 ++++---
 net/sched/act_nat.c        |  7 ++++---
 net/sched/act_pedit.c      |  7 ++++---
 net/sched/act_police.c     |  7 ++++---
 net/sched/act_sample.c     |  7 ++++---
 net/sched/act_simple.c     |  7 ++++---
 net/sched/act_skbedit.c    |  7 ++++---
 net/sched/act_skbmod.c     |  7 ++++---
 net/sched/act_tunnel_key.c |  7 ++++---
 net/sched/act_vlan.c       |  7 ++++---
 21 files changed, 111 insertions(+), 91 deletions(-)

-- 
2.43.0.594.gd9cf4e227d-goog


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 10:25 [PATCH net-next 0/2] net/sched: act_api: speed up netns dismantles Eric Dumazet
2024-02-08 10:25 ` [PATCH net-next 1/2] net/sched: act_api: uninline tc_action_net_init() and tc_action_net_exit() Eric Dumazet
2024-02-08 10:25 ` [PATCH net-next 2/2] net/sched: act_api: use exit_batch_rtnl() method Eric Dumazet
2024-02-08 22:10 ` [PATCH net-next 0/2] net/sched: act_api: speed up netns dismantles Jamal Hadi Salim
2024-02-09  2:37 ` Jakub Kicinski

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).