]> git.proxmox.com Git - mirror_iproute2.git/commit
htb: add support for direct_qlen attribute
authorEric Dumazet <edumazet@google.com>
Fri, 13 Sep 2013 16:10:01 +0000 (09:10 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Sep 2013 16:48:13 +0000 (09:48 -0700)
commitb43f3318280a7b4b8c110d8fef7d5e6ebf2843fd
tree6dc3cb54baa4b06b494424c7ef1c6a265c629bec
parent8f7574edd85851f7a9b775d9ca7aadc28b19f13a
htb: add support for direct_qlen attribute

TCA_HTB_DIRECT_QLEN attribute is supported since linux-3.10

HTB classes use an internal pfifo queue, which limit was not reported
by tc, and value inherited from device tx_queue_len at setup time.

With this patch, tc displays the value and can change it.

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