• Eric Dumazet's avatar
    red: Add adaptative algo Logged in as shemminger · e7e4abea
    Eric Dumazet authored
    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
    e7e4abea
q_red.c 5.73 KB