Re: [PATCH net-next 2/6] net: sched: add percpu stats to actions

2015-07-03 Thread Jamal Hadi Salim
On 07/02/15 09:07, Eric Dumazet wrote: Reuse existing percpu infrastructure Jonh added for qdisc. I am not big on typos - s/Jonh/John ? ;-> This patch adds a new cpustats parameter to tcf_hash_create() and all actions pass false, meaning this patch should have no effect yet. Signed-off-by:

Re: [PATCH net-next 2/6] net: sched: add percpu stats to actions

2015-07-02 Thread John Fastabend
On 15-07-02 06:07 AM, Eric Dumazet wrote: > Reuse existing percpu infrastructure Jonh added for qdisc. > > This patch adds a new cpustats parameter to tcf_hash_create() and all > actions pass false, meaning this patch should have no effect yet. > > Signed-off-by: Eric Dumazet > Cc: Alexei Starov

[PATCH net-next 2/6] net: sched: add percpu stats to actions

2015-07-02 Thread Eric Dumazet
Reuse existing percpu infrastructure Jonh added for qdisc. This patch adds a new cpustats parameter to tcf_hash_create() and all actions pass false, meaning this patch should have no effect yet. Signed-off-by: Eric Dumazet Cc: Alexei Starovoitov Cc: Jamal Hadi Salim Cc: John Fastabend --- in