Re: [PATCH net-next 2/3] sched: act: ife: migrate to use per-cpu counters

2017-10-12 Thread Jamal Hadi Salim
On 17-10-11 05:16 PM, Alexander Aring wrote: This patch migrates the current counter handling which is protected by a spinlock to a per-cpu counter handling. This reduce the time where the spinlock is being held. Signed-off-by: Alexander Aring Acked-by: Jamal Hadi Salim cheers, jamal

[PATCH net-next 2/3] sched: act: ife: migrate to use per-cpu counters

2017-10-11 Thread Alexander Aring
This patch migrates the current counter handling which is protected by a spinlock to a per-cpu counter handling. This reduce the time where the spinlock is being held. Signed-off-by: Alexander Aring --- net/sched/act_ife.c | 29 +++-- 1 file changed, 11 insertions(+), 18