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 <eduma...@google.com> > Cc: Alexei Starovoitov <a...@plumgrid.com> > Cc: Jamal Hadi Salim <j...@mojatatu.com> > Cc: John Fastabend <john.fastab...@gmail.com> > --- > include/net/act_api.h | 4 +++- > net/sched/act_api.c | 44 ++++++++++++++++++++++++++++++++++---------- > net/sched/act_bpf.c | 2 +- > net/sched/act_connmark.c | 3 ++- > net/sched/act_csum.c | 3 ++- > net/sched/act_gact.c | 3 ++- > net/sched/act_ipt.c | 2 +- > net/sched/act_mirred.c | 3 ++- > net/sched/act_nat.c | 3 ++- > net/sched/act_pedit.c | 3 ++- > net/sched/act_simple.c | 3 ++- > net/sched/act_skbedit.c | 3 ++- > net/sched/act_vlan.c | 3 ++- > 13 files changed, 57 insertions(+), 22 deletions(-) >
Nice. Acked-by: John Fastabend <john.r.fastab...@intel.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html