Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: Sebastian Moeller <moeller0@gmx.de>
To: "Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: cake@lists.bufferbloat.net
Subject: Re: [Cake] Correct 'change' behaviour
Date: Wed, 4 Nov 2015 15:28:22 +0100	[thread overview]
Message-ID: <2B18AFFE-F259-42A1-B6B2-787AD23EB88E@gmx.de> (raw)
In-Reply-To: <8737wm9g1y.fsf@toke.dk>

Hi Toke,

me too ;)

On Nov 4, 2015, at 12:09 , Toke Høiland-Jørgensen <toke@toke.dk> wrote:

> Dave Taht <dave.taht@gmail.com> writes:
> 
>> in the general case, I recomend looking at the most current fq_codel
>> code to see how to do it as right as possible. There were several bugs
>> found and fixed in it as well....
> 
> Well, I did, and it doesn't seem to be doing anything different. So much
> so that I tried the same experiment on fq_codel:
> 
> $ sudo tc qdisc del dev eno1 root
> $ sudo tc qdisc replace dev eno1 root fq_codel target 100ms interval 200ms
> $ sudo tc qdisc replace dev eno1 root fq_codel target 5ms                 
> $ tc qdisc
> qdisc fq_codel 8007: dev eno1 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 200.0ms ecn 
> $ sudo tc qdisc del dev eno1 root                                         
> $ sudo tc qdisc replace dev eno1 root fq_codel target 5ms
> $ tc qdisc                                          
> qdisc fq_codel 8008: dev eno1 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms ecn 


$ sudo tc qdisc del dev eth0 root
$ sudo tc qdisc replace dev eth0 root fq_codel target 100ms interval 200ms
$ sudo tc qdisc replace dev eth0 root fq_codel target 5ms
$ sudo tc qdisc
qdisc fq_codel 800a: dev eth0 root refcnt 6 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 200.0ms ecn 
$ sudo tc qdisc del dev eth0 root
$ sudo tc qdisc replace dev eth0 root fq_codel target 5ms
$ sudo tc qdisc
qdisc fq_codel 800b: dev eth0 root refcnt 6 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms ecn 

$ uname -a
Linux happy-horse 3.16.7-24-desktop #1 SMP PREEMPT Mon Aug 3 14:37:06 UTC 2015 (ec183cc) x86_64 x86_64 x86_64 GNU/Linux



$ sudo tc qdisc del dev eth0 root
$ sudo tc qdisc replace dev eth0 root fq_codel target 100ms interval 200ms
$ sudo tc qdisc replace dev eth0 root fq_codel target 5ms
$ sudo tc qdisc
qdisc fq_codel 8003: dev eth0 root refcnt 6 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 200.0ms ecn 
$ sudo tc qdisc del dev eth0 root
$ sudo tc qdisc replace dev eth0 root fq_codel target 5ms
$ sudo tc qdisc
qdisc fq_codel 8004: dev eth0 root refcnt 6 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms ecn 
$ uname -a
Linux psychotb-01 3.19.0-31-generic #36~14.04.1-Ubuntu SMP Thu Oct 8 10:21:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
 
So at least the opensuse 3.16.7 and the ubuntu 3.19.0 kernels both suffer this issue. Maybe the kernel does this on purpose, or nobody ever tests this functionality…

Best Regards
	Sebastian


> 
> 
> I.e. fq_codel suffers from exactly the same problem.
> 
> Is this a bug or is it expected behaviour? I'd say bug?
> 
> -Toke
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake


  reply	other threads:[~2015-11-04 14:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03 12:59 Toke Høiland-Jørgensen
2015-11-03 13:11 ` Kevin Darbyshire-Bryant
2015-11-03 13:14   ` Toke Høiland-Jørgensen
2015-11-03 17:24     ` Jonathan Morton
     [not found]       ` <87oafbat54.fsf@toke.dk>
2015-11-03 17:32         ` Jonathan Morton
2015-11-03 17:51           ` Toke Høiland-Jørgensen
2015-11-03 19:07             ` Toke Høiland-Jørgensen
2015-11-03 19:14               ` Dave Taht
2015-11-04 11:09                 ` Toke Høiland-Jørgensen
2015-11-04 14:28                   ` Sebastian Moeller [this message]
2015-11-04 18:04                   ` Kevin Darbyshire-Bryant
2015-11-04 18:51                     ` Toke Høiland-Jørgensen
2015-11-04 18:55                       ` Sebastian Moeller
2015-11-03 17:54     ` Kevin Darbyshire-Bryant

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=2B18AFFE-F259-42A1-B6B2-787AD23EB88E@gmx.de \
    --to=moeller0@gmx.de \
    --cc=cake@lists.bufferbloat.net \
    --cc=toke@toke.dk \
    /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