Re: [Patch net-next v2] act_mirred: get rid of mirred_list_lock spinlock

2017-12-06 Thread Jiri Pirko
Wed, Dec 06, 2017 at 01:17:27AM CET, xiyou.wangc...@gmail.com wrote: >TC actions are no longer freed in RCU callbacks and we should >always have RTNL lock, so this spinlock is no longer needed. > >Cc: Eric Dumazet >Cc: Jiri Pirko >Cc: Jamal Hadi Salim >Signed-off-by: Cong Wang Acked-by: Jiri P

[Patch net-next v2] act_mirred: get rid of mirred_list_lock spinlock

2017-12-05 Thread Cong Wang
TC actions are no longer freed in RCU callbacks and we should always have RTNL lock, so this spinlock is no longer needed. Cc: Eric Dumazet Cc: Jiri Pirko Cc: Jamal Hadi Salim Signed-off-by: Cong Wang --- net/sched/act_mirred.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-)