]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
gred: support TCA_GRED_MAX_P attribute
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 20 Jan 2012 15:27:50 +0000 (16:27 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 20 Jan 2012 16:12:24 +0000 (08:12 -0800)
commit1b6f0bb5be5d71fd62ed6ccbc3665adc6e747b82
treef271548affb25bf8fa1da6371fe15d80f591c09d
parent650252d8c36453dd08de3e67235d8f326ba451ec
gred: support TCA_GRED_MAX_P attribute

TCA_GRED_MAX_P permits to express high resolution probabilities.

New output (on 3.3+ kernel) :

disc gred 9442: root refcnt 17
 DP:0 (prio 1) Average Queue 0b Measured Queue 0b
 Packet drops: 0 (forced 0 early 0)
 Packet totals: 20 (bytes 2584)
 limit 31460b min 3000b max 9000b ewma 5 probability 0.05 Scell_log 15

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
tc/q_gred.c