]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: enable per cpu qstats
authorJohn Fastabend <john.fastabend@gmail.com>
Sun, 28 Sep 2014 18:54:24 +0000 (11:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 05:02:26 +0000 (01:02 -0400)
commit40c3655e3406d6ddc968b3ec4d3d2aff37c2b7cf
treee8dc1bb9dc3bdce6a62b785b1828efded9f87205
parent18a48407ea55903278a71d2459277a06c6c1149a
net: sched: enable per cpu qstats

After previous patches to simplify qstats the qstats can be
made per cpu with a packed union in Qdisc struct.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
17 files changed:
include/net/gen_stats.h
include/net/sch_generic.h
net/core/gen_stats.c
net/sched/act_api.c
net/sched/sch_api.c
net/sched/sch_atm.c
net/sched/sch_cbq.c
net/sched/sch_drr.c
net/sched/sch_fq_codel.c
net/sched/sch_hfsc.c
net/sched/sch_htb.c
net/sched/sch_mq.c
net/sched/sch_mqprio.c
net/sched/sch_multiq.c
net/sched/sch_prio.c
net/sched/sch_qfq.c
net/sched/sch_sfq.c