[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250827125349.3505302-1-edumazet@google.com>
Date: Wed, 27 Aug 2025 12:53:45 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>, Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>, Jiri Pirko <jiri@...nulli.us>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/4] net_sched: extend RCU use in dump() methods (II)
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
Powered by blists - more mailing lists