From: Cong Wang <xiyou.wangc...@gmail.com> Date: Wed, 29 Nov 2017 16:07:51 -0800
> Similar to commit d7fb60b9cafb ("net_sched: get rid of tcfa_rcu"), > TC actions don't need to respect RCU grace period, because it > is either just detached from tc filter (standalone case) or > it is removed together with tc filter (bound case) in which case > RCU grace period is already respected at filter layer. > > Fixes: 5c5670fae430 ("net/sched: Introduce sample tc action") > Reported-by: Eric Dumazet <eric.duma...@gmail.com> > Cc: Jamal Hadi Salim <j...@mojatatu.com> > Cc: Jiri Pirko <j...@resnulli.us> > Cc: Yotam Gigi <yot...@mellanox.com> > Signed-off-by: Cong Wang <xiyou.wangc...@gmail.com> Applied, thank you.