Re: [PATCH net-next 2/4] net_sched: act_vlan: use RCU in tcf_vlan_dump()
From: Simon Horman <horms@kernel.org>
Date: 2025-08-28 15:25:48
From: Simon Horman <horms@kernel.org>
Date: 2025-08-28 15:25:48
On Wed, Aug 27, 2025 at 12:53:47PM +0000, Eric Dumazet wrote:
Also storing tcf_action into struct tcf_vlan_params makes sure there is no discrepancy in tcf_vlan_act(). No longer block BH in tcf_vlan_init() when acquiring tcf_lock. Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>