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 <[email protected]> > Cc: Alexei Starovoitov <[email protected]> > Cc: Jamal Hadi Salim <[email protected]> > Cc: John Fastabend <[email protected]> > --- > 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 <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
