[Codel] [Bloat] Latest codel, fq_codel, and pie sim study from cablelabs now available

Eric Dumazet eric.dumazet at gmail.com
Tue May 7 16:30:22 EDT 2013


On Tue, 2013-05-07 at 14:56 -0500, Wes Felter wrote:

> Is it time for prio_fq_codel or wfq_codel? That's what comes to mind 
> when seeing the BitTorrent vs. VoIP results.

Sure !

eth=eth0
tc qdisc del dev $eth root 2>/dev/null
tc -batch << EOF
qdisc add dev $eth root handle 1: prio bands 3 
qdisc add dev $eth parent 1:1 handle 11: fq_codel
qdisc add dev $eth parent 1:2 handle 12: fq_codel
qdisc add dev $eth parent 1:3 handle 13: fq_codel
EOF





More information about the Codel mailing list