mbox series

[net,0/2] action fixes for flow_offload infra compatibility

Message ID 20190803133619.10574-1-vladbu@mellanox.com
Headers show
Series action fixes for flow_offload infra compatibility | expand

Message

Vlad Buslov Aug. 3, 2019, 1:36 p.m. UTC
Fix rcu warnings due to usage of action helpers that expect rcu read lock
protection from rtnl-protected context of flow_offload infra.

Vlad Buslov (2):
  net: sched: police: allow accessing police->params with rtnl
  net: sched: sample: allow accessing psample_group with rtnl

 include/net/tc_act/tc_police.h | 4 ++--
 include/net/tc_act/tc_sample.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

David Miller Aug. 6, 2019, 9:15 p.m. UTC | #1
From: Vlad Buslov <vladbu@mellanox.com>
Date: Sat,  3 Aug 2019 16:36:17 +0300

> Fix rcu warnings due to usage of action helpers that expect rcu read lock
> protection from rtnl-protected context of flow_offload infra.

Series applied.