netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net_sched: extend RCU use in dump() methods (II)
@ 2025-08-27 12:53 Eric Dumazet
  2025-08-27 12:53 ` [PATCH net-next 1/4] net_sched: remove BH blocking in eight actions Eric Dumazet
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Eric Dumazet @ 2025-08-27 12:53 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, Jamal Hadi Salim, Cong Wang, Jiri Pirko, netdev,
	eric.dumazet, Eric Dumazet

Second series adding RCU dump() to three actions

First patch removes BH blocking on modules done in the first series.

Eric Dumazet (4):
  net_sched: remove BH blocking in eight actions
  net_sched: act_vlan: use RCU in tcf_vlan_dump()
  net_sched: act_tunnel_key: use RCU in tunnel_key_dump()
  net_sched: act_skbmod: use RCU in tcf_skbmod_dump()

 include/net/tc_act/tc_skbmod.h     |  1 +
 include/net/tc_act/tc_tunnel_key.h |  1 +
 include/net/tc_act/tc_vlan.h       |  1 +
 net/sched/act_connmark.c           |  4 ++--
 net/sched/act_csum.c               |  4 ++--
 net/sched/act_ct.c                 |  4 ++--
 net/sched/act_ctinfo.c             |  4 ++--
 net/sched/act_mpls.c               |  4 ++--
 net/sched/act_nat.c                |  4 ++--
 net/sched/act_pedit.c              |  4 ++--
 net/sched/act_skbedit.c            |  4 ++--
 net/sched/act_skbmod.c             | 26 ++++++++++++--------------
 net/sched/act_tunnel_key.c         | 20 +++++++++-----------
 net/sched/act_vlan.c               | 20 +++++++++-----------
 14 files changed, 49 insertions(+), 52 deletions(-)

-- 
2.51.0.261.g7ce5a0a67e-goog


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

end of thread, other threads:[~2025-09-01  7:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 12:53 [PATCH net-next 0/4] net_sched: extend RCU use in dump() methods (II) Eric Dumazet
2025-08-27 12:53 ` [PATCH net-next 1/4] net_sched: remove BH blocking in eight actions Eric Dumazet
2025-08-28 15:25   ` Simon Horman
2025-08-29  3:26   ` Jamal Hadi Salim
2025-08-29  3:28     ` Jamal Hadi Salim
2025-08-29  7:19       ` Eric Dumazet
2025-08-29 16:03         ` Eric Dumazet
2025-09-01  4:45           ` Jamal Hadi Salim
2025-09-01  7:46             ` Eric Dumazet
2025-08-27 12:53 ` [PATCH net-next 2/4] net_sched: act_vlan: use RCU in tcf_vlan_dump() Eric Dumazet
2025-08-28 15:25   ` Simon Horman
2025-08-27 12:53 ` [PATCH net-next 3/4] net_sched: act_tunnel_key: use RCU in tunnel_key_dump() Eric Dumazet
2025-08-28 15:25   ` Simon Horman
2025-08-27 12:53 ` [PATCH net-next 4/4] net_sched: act_skbmod: use RCU in tcf_skbmod_dump() Eric Dumazet
2025-08-28 15:26   ` Simon Horman
2025-08-29  0:00 ` [PATCH net-next 0/4] net_sched: extend RCU use in dump() methods (II) patchwork-bot+netdevbpf

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