History log of /external/iproute2/tc/q_choke.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff24746cca1ef0c92d46614158e6672acd6b63d3 10-Apr-2012 Stephen Hemminger <shemminger@vyatta.com> Convert to use rta_getattr_ functions

User new functions (inspired by libmnl) to do type safe access
of routeing attributes
/external/iproute2/tc/q_choke.c
650252d8c36453dd08de3e67235d8f326ba451ec 20-Jan-2012 Eric Dumazet <eric.dumazet@gmail.com> choke: support TCA_CHOKE_MAX_P

TCA_CHOKE_MAX_P permits to express high resolution RED probability.

tc qdisc add dev $DEV parent 1:1 handle 10: est 1sec 8sec choke \
limit 90 ecn min 10 max 30 probability 0.05 bandwidth 10Mbit

Before patch :

tc -s -d qdisc show dev eth3
qdisc ... limit 90p min 10p max 30p ecn ewma 3 Plog 19 Scell_log 13

After :

qdisc ... limit 90p min 10p max 30p ecn ewma 3 probability 0.05
Scell_log 13

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
/external/iproute2/tc/q_choke.c
ab15aeacf5a106cfb8e72cd6760e8cf134161ceb 01-Dec-2011 Eric Dumazet <eric.dumazet@gmail.com> red: make burst optional

Documentation advises to set burst to (min+min+max)/(3*avpkt)

Let tc do this automatically if user doesnt provide burst himself.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
/external/iproute2/tc/q_choke.c
9f1ba57016da5e65b83092f5ab05565091e0879d 03-Oct-2011 Thomas Jarosch <thomas.jarosch@intra2net.com> Fix wrong sanity check in choke_parse_opt()

Detected by cppcheck.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
/external/iproute2/tc/q_choke.c
a4eca97cff0391d73b4ad4d5598cdc9a35771fa4 13-Jan-2011 Stephen Hemminger <stephen.hemminger@vyatta.com> CHOKe scheduler

TC commands for CHOKe qdisc
/external/iproute2/tc/q_choke.c