[Cake] cake flenter results round 3
Kristjan Onu
k at omnel.ml
Sun Jan 7 15:23:05 EST 2018
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul_cake.png
Type: image/png
Size: 144463 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20180107/3ac65376/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul_fq_codel.png
Type: image/png
Size: 137012 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20180107/3ac65376/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul-2018-01-07T145826.782602.flent.gz
Type: application/gzip
Size: 58396 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20180107/3ac65376/attachment-0002.gz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul-2018-01-07T150555.359811.cake.flent.gz
Type: application/gzip
Size: 76792 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20180107/3ac65376/attachment-0003.gz>
More information about the Cake
mailing list