]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
red: Add adaptative algo Logged in as shemminger
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 19 Jan 2012 22:45:20 +0000 (14:45 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 19 Jan 2012 22:45:20 +0000 (14:45 -0800)
commite7e4abea3e9f37ac18ce3f104ac8e61b5f144459
treeb956b0b65df30c9a3ea0cb795275b1060cfe137f
parent59858866e3c369574ddebfcd27f064980e8ea775
red: Add adaptative algo Logged in as shemminger

Enable Adaptative RED algo, using :

tc qdisc  ... red limit BYTES ... adaptative ...

Support of high precision probability/max_p setting and reporting, with
support of old kernels.

With a new kernel, "Plog ..." is replaced in tc output by "probability
value" :

qdisc red 10: dev eth3 parent 1:1 limit 360Kb min 30Kb max 90Kb ecn ewma
5 probability 0.09 Scell_log 15
tc/q_red.c