diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-12-15 08:18:36 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-20 21:13:56 (GMT) |
commit | c4266263249f22479eb1abb1a1709c38240b1597 (patch) | |
tree | b9c57e63595f9eca69de0dfc245ba0000359bf90 /Documentation/00-INDEX | |
parent | f955e1415f381c7fa6ebe8630cd1fe5a694e8f4a (diff) | |
download | linux-c4266263249f22479eb1abb1a1709c38240b1597.tar.xz |
net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()
We currently return for each active SFQ slot the number of packets in
queue. We can also give number of bytes accounted for these packets.
tc -s class show dev ifb0
Before patch :
class sfq 11:3d9 parent 11:
(dropped 0, overlimits 0 requeues 0)
backlog 0b 3p requeues 0
allot 1266
After patch :
class sfq 11:3e4 parent 11:
(dropped 0, overlimits 0 requeues 0)
backlog 4380b 3p requeues 0
allot 1212
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/00-INDEX')
0 files changed, 0 insertions, 0 deletions