]> git.proxmox.com Git - mirror_iproute2.git/commit
htb: report overhead attribute
authorEric Dumazet <edumazet@google.com>
Sun, 2 Jun 2013 11:33:01 +0000 (11:33 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 7 Jun 2013 15:53:53 +0000 (08:53 -0700)
commit44f1ff0afcb33fbeccdabf1b9a4b083b332fd4ca
tree8d1f8f9d168419546cc49f07b36bb11361343076
parentecb928c876a8f21526b136d2d2b79c4cfc8b4c63
htb: report overhead attribute

"tc class show dev ..." omits the overhead attribute for HTB.

After patch I have :

tc class add dev $DEV parent 1: classid 1:1 est 1sec 4sec htb \
    rate 12Mbit mtu 1500 quantum 1514 overhead 20

tc class show dev $DEV
class htb 1:1 root prio 0 rate 12000Kbit overhead 20 ceil 12000Kbit
burst 1500b cburst 1500b

Signed-off-by: Eric Dumazet <edumazet@google.com>
tc/q_htb.c