Hello again, Results in my last email were accidentally using fq_codel for the ingress qdisc. Now I set it up with cake, commit 402f05c. The commands I used are listed below. Regards, Kristjan export TC=~/local/src/iproute2-cake-next/tc/tc $TC qdisc add dev enp4s0 root cake bandwidth 850Kbit docsis nat dual-srchost ack-filter ip link add name ifb0 type ifb $TC qdisc del dev enp4s0 ingress $TC qdisc add dev enp4s0 handle ffff: ingress $TC qdisc del dev ifb0 root $TC qdisc add dev ifb0 root cake bandwidth 4250Kbit docsis nat dual-dsthost ingress ip link set ifb0 up $TC filter add dev enp4s0 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb0 Kristjan Onu wrote: > Hi Jonathan, > >> Low bandwidth should also be interesting. DSL at 4/1 Mbit is typical >> entry level package here. > > I have a 5/1 Mbit cable connection. I setup Cake like this: > $TC qdisc add dev enp4s0 root cake bandwidth 850Kbit ack-filter > > I ran Flent like this: > flent rrul --output=rrul.png --plot=all >     --host=netperf.bufferbloat.net --length=60 > > This produced the graphs attached. Let me know if you have questions > or want other tests. > > Regards, > > Kristjan