Re: [PATCH net-next 3/3] sched: act: ife: update parameters via rcu handling

2017-10-12 Thread Jamal Hadi Salim
On 17-10-11 05:16 PM, Alexander Aring wrote: This patch changes the parameter updating via RCU and not protected by a spinlock anymore. This reduce the time that the spinlock is being held. Signed-off-by: Alexander Aring Acked-by: Jamal Hadi Salim cheers, jamal

[PATCH net-next 3/3] sched: act: ife: update parameters via rcu handling

2017-10-11 Thread Alexander Aring
This patch changes the parameter updating via RCU and not protected by a spinlock anymore. This reduce the time that the spinlock is being held. Signed-off-by: Alexander Aring --- include/net/tc_act/tc_ife.h | 10 -- net/sched/act_ife.c | 87 ++