diff options
author | Eric Dumazet <edumazet@google.com> | 2016-06-21 23:16:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-25 12:19:35 -0400 |
commit | 338ed9b4de57c4b7965b96364593e27de0d89582 (patch) | |
tree | 371d9c991814e2ff22f6ab384107f36f199b371b /include/net/sch_generic.h | |
parent | 008830bc321c0fc22c0db8d5b0b56f854ed90a5c (diff) | |
download | linux-338ed9b4de57c4b7965b96364593e27de0d89582.tar.bz2 |
net_sched: sch_htb: export class backlog in dumps
We already get child qdisc qlen, we also can get its backlog
so that class dumps can report it.
Also replace qstats by a single drop counter, but move it in
a separate cache line so that drops do not dirty useful cache lines.
Tested:
$ tc -s cl sh dev eth0
class htb 1:1 root leaf 3: prio 0 rate 1Gbit ceil 1Gbit burst 500000b cburst 500000b
Sent 2183346912 bytes 9021815 pkt (dropped 2340774, overlimits 0 requeues 0)
rate 1001Mbit 517543pps backlog 120758b 499p requeues 0
lended: 9021770 borrowed: 0 giants: 0
tokens: 9 ctokens: 9
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
0 files changed, 0 insertions, 0 deletions