Re: [PATCH net-next v9 1/3] act_vlan: Change stats update to use per-core stats

2017-11-07 Thread Jamal Hadi Salim
Will leave it up to Dave - but even this + patch 3 should start with "net_sched actions: act_vlan" as the prefix. Sorry, shouldve said that in the last comment I sent. cheers, jamal

[PATCH net-next v9 1/3] act_vlan: Change stats update to use per-core stats

2017-11-07 Thread Manish Kurup
The VLAN action maintains one set of stats across all cores, and uses a spinlock to synchronize updates to it from the same. Changed this to use a per-CPU stats context instead. This change will result in better performance. Acked-by: Jamal Hadi Salim Acked-by: Jiri Pirko Signed-off-by: Manish K