diff options
author | John Fastabend <john.fastabend@gmail.com> | 2017-12-07 09:57:20 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-08 13:32:26 -0500 |
commit | b01ac095c740fc21f4bb21abe900b0f5b3042cf9 (patch) | |
tree | bd055fb59d32845be92e7c52f030778055b10c96 /lib/Kconfig | |
parent | 7e66016f2c65bfc1181f42274fcb7f1183ab1bb5 (diff) | |
download | linux-stable-b01ac095c740fc21f4bb21abe900b0f5b3042cf9.tar.gz linux-stable-b01ac095c740fc21f4bb21abe900b0f5b3042cf9.tar.bz2 linux-stable-b01ac095c740fc21f4bb21abe900b0f5b3042cf9.zip |
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
The sch_mq qdisc creates a sub-qdisc per tx queue which are then
called independently for enqueue and dequeue operations. However
statistics are aggregated and pushed up to the "master" qdisc.
This patch adds support for any of the sub-qdiscs to be per cpu
statistic qdiscs. To handle this case add a check when calculating
stats and aggregate the per cpu stats if needed.
Also exports __gnet_stats_copy_queue() to use as a helper function.
Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig')
0 files changed, 0 insertions, 0 deletions