From: Kristjan Onu <k@omnel.ml>
To: cake@lists.bufferbloat.net
Subject: Re: [Cake] cake flenter results round 3
Date: Sun, 7 Jan 2018 15:23:05 -0500 [thread overview]
Message-ID: <7131c874-76f9-470c-3c21-2ed4ac3e1671@omnel.ml> (raw)
In-Reply-To: <a99e524e-9b8d-387d-db89-4fe3a1751372@omnel.ml>
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
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
[-- Attachment #2: rrul_cake.png --]
[-- Type: image/png, Size: 144463 bytes --]
[-- Attachment #3: rrul_fq_codel.png --]
[-- Type: image/png, Size: 137012 bytes --]
[-- Attachment #4: rrul-2018-01-07T145826.782602.flent.gz --]
[-- Type: application/gzip, Size: 58396 bytes --]
[-- Attachment #5: rrul-2018-01-07T150555.359811.cake.flent.gz --]
[-- Type: application/gzip, Size: 76792 bytes --]
next prev parent reply other threads:[~2018-01-07 20:23 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 23:18 Pete Heist
2017-11-29 23:25 ` Jonathan Morton
2017-11-30 17:13 ` Georgios Amanakis
2017-11-30 17:22 ` Jonathan Morton
2017-11-30 18:07 ` Georgios Amanakis
2017-11-30 18:13 ` Jonathan Morton
2017-11-30 18:17 ` Georgios Amanakis
2017-11-30 18:27 ` Jonathan Morton
2017-11-30 18:32 ` Georgios Amanakis
2017-12-01 18:09 ` Dave Taht
2017-12-01 18:21 ` Dave Taht
2017-11-30 20:17 ` Georgios Amanakis
2017-11-30 21:06 ` Georgios Amanakis
2017-11-30 18:01 ` Dave Taht
2017-11-30 21:03 ` Toke Høiland-Jørgensen
2017-11-30 21:11 ` Georgios Amanakis
2017-11-30 21:29 ` Georgios Amanakis
2017-11-30 21:38 ` Toke Høiland-Jørgensen
2017-11-30 21:58 ` Georgios Amanakis
2017-12-01 0:46 ` Cannot install tc-adv(for cake) on Fedora 27 Yutaka
[not found] ` <mailman.1238.1512089192.3609.cake@lists.bufferbloat.net>
2017-12-01 1:40 ` [Cake] " Jonathan Morton
2017-12-01 1:52 ` Bret Towe
[not found] ` <CAJq5cE0u2f0OnC-Tv5pLed8QUkWj+296gokBhKDLwa9adJ6CPA@mail.gmail.com>
[not found] ` <CAJq5cE0kj3RekGBCoRXFhtpDLBreZmRXte6vzAO589jTBXvPbw@mail.gmail.com>
2017-12-01 3:32 ` Jonathan Morton
2017-12-01 4:10 ` Bret Towe
2017-12-01 1:53 ` Yutaka
2017-12-01 12:49 ` [Cake] cake flenter results round 3 Toke Høiland-Jørgensen
2017-11-30 21:32 ` Toke Høiland-Jørgensen
2017-11-30 21:34 ` Georgios Amanakis
2017-12-01 19:23 ` Dave Taht
2017-12-01 19:29 ` Georgios Amanakis
2017-12-01 19:45 ` Dave Taht
2017-12-01 19:46 ` Dave Taht
2017-12-01 21:41 ` Georgios Amanakis
2017-12-02 1:23 ` Dave Taht
[not found] ` <CACvFP_hJJ22_Y032GzAe1rPpDFZK_Fbe+4Pqw9zBXntyaqUAkQ@mail.gmail.com>
2017-12-02 1:25 ` [Cake] Fwd: " Georgios Amanakis
2017-12-02 1:31 ` [Cake] " Georgios Amanakis
2017-12-02 1:37 ` Georgios Amanakis
2017-12-02 1:41 ` Dave Taht
2017-12-02 17:47 ` George Amanakis
2017-12-02 17:59 ` Dave Taht
2017-12-02 18:30 ` George Amanakis
2017-12-02 18:41 ` Dave Taht
2017-12-02 18:34 ` Dave Taht
2017-12-02 23:50 ` Georgios Amanakis
2018-01-02 22:54 ` Kristjan Onu
2018-01-07 20:23 ` Kristjan Onu [this message]
2017-11-30 6:28 ` Dave Taht
2017-11-30 19:26 ` Cannot Install cake qdisc to CentOS7 Yutaka
[not found] ` <mailman.1227.1512070029.3609.cake@lists.bufferbloat.net>
[not found] ` <CACvFP_hnRgCsV4NiZT66xfiEjzh_jsT_u_kPjQ0XxzGpHRLi3A@mail.gmail.com>
2017-11-30 19:40 ` [Cake] " Yutaka
2017-11-30 19:40 ` Yutaka
2017-12-01 19:08 ` [Cake] cake flenter results round 3 Dave Taht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7131c874-76f9-470c-3c21-2ed4ac3e1671@omnel.ml \
--to=k@omnel.ml \
--cc=cake@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox