libnl/lib/route/qdisc
Andrew Collins 970f5d0221 correct HTB rtable/HZ calculations
The HTB implementation in libnl uses units of microseconds in a number
of places where it seems TC is expecting time in units of ticks, which
causes actual rates much higher than requested.  Additionally, libnl
uses USER_HZ for calculating buffer and cbuffer sizes, which can
result in much larger buffers than necessary on systems with high
resolution timers.

Note that the TBF qdisc uses microseconds incorrectly in two spots as
well, I fixed this but did not test.
2012-05-29 11:42:48 +02:00
..
blackhole.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
cbq.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
dsmark.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
fifo.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
htb.c correct HTB rtable/HZ calculations 2012-05-29 11:42:48 +02:00
netem.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
plug.c Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
prio.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
red.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
sfq.c rename sch -> qdisc 2011-03-21 16:47:42 +01:00
tbf.c correct HTB rtable/HZ calculations 2012-05-29 11:42:48 +02:00