Re: [Patch net-next] net_sched: switch to exit_batch for action pernet ops

2017-12-13 Thread David Miller
From: Cong Wang Date: Mon, 11 Dec 2017 15:35:03 -0800 > Since we now hold RTNL lock in tc_action_net_exit(), it is good to > batch them to speedup tc action dismantle. > > Cc: Jamal Hadi Salim > Cc: Jiri Pirko > Signed-off-by: Cong Wang Applied, thanks.

[Patch net-next] net_sched: switch to exit_batch for action pernet ops

2017-12-11 Thread Cong Wang
Since we now hold RTNL lock in tc_action_net_exit(), it is good to batch them to speedup tc action dismantle. Cc: Jamal Hadi Salim Cc: Jiri Pirko Signed-off-by: Cong Wang --- include/net/act_api.h | 13 ++--- net/sched/act_bpf.c| 8 +++- net/sched/act_connmark.c |