Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: "Dave Täht" <dave@taht.net>
To: Jeff Weeks <jweeks@sandvine.com>, "aqm@ietf.org" <aqm@ietf.org>
Cc: "codel@lists.bufferbloat.net" <codel@lists.bufferbloat.net>,
	cake@lists.bufferbloat.net
Subject: Re: [Cake] [aqm] codel with low shape rates
Date: Mon, 18 Jan 2016 14:57:46 -0800	[thread overview]
Message-ID: <569D6DEA.9050603@taht.net> (raw)
In-Reply-To: <274D3A0FA900FD47AA6B56991AAA32FDC547FC0F@wtl-exchp-1.sandvine.com>



On 1/18/16 2:11 PM, Jeff Weeks wrote:
> Hello all,
> 
> I'm wondering if there's some data on Codel with low shape rates?
> 
> In particular, I'm talking about in the kbps ranges.

We recently did some testing of several codel variants at very low rates
(2mbit/384kbit asymmetric). One flent dataset is here:

http://snapon.cs.kau.se/~d/384k/

There are a couple others. I didn't take the time to create graphs and
collate results before leaving for christmas vacation, the closest
I came to that w/graphs was this post:

https://lists.bufferbloat.net/pipermail/cake/2016-January/001808.html

pie was miserable, also. (it has a 10k estimator needed)

> 
> In my investigation, it seems as though the algorithm can't control latency as effectively.
> 
> For one, the algorithm requires 2 packets in the queue to operate, but at a low shape rate, it's highly likely that all packets in the queue will have high latency, so 'count' will begin to ramp up... but conversely, it's also likely that we drain the queue, and then leave the drop state (and wont re-enter it for at least an interval's worth of time (100ms)).

This is not quite true - it's bytes, not packets. An MTU's worth of
bytes is the std codel limit before switching off.

Additionally, when htb is used, there is at least an htb quantum's worth
of packets that queue also. (the "cake" variant does not have this
problem. After I published the bcake vs cake results above, the cake
code got improved)

> Effectively, we get an oscillation of "in drop state, out of drop state", and we're not in the drop state for long enough to ramp up count, because the queue itself (proportional to the shape rate) isn't very big.

I don't see this, we generally end up with a persistently >1 packet
queue with two or more flows going. I see is a worse problem where the
basic attributes of keeping a connection up and things like slow start,
and with multiple flows, result in count climbing excessively high,
especially with ecn in use.

More research at sub 2mbit speeds is needed. Am pretty happy with things
in the 4mbit to 40gbit range.

> Are there way to combat this, or am I misinterpreting a portion of the algorithm?

The simplest way to get decent results is to set target slightly more
than the MTU at the speed you are running at. e.g. 1Mbit = target 13ms.
This is essentially what the sqm-scripts and cake do - and the results
are still less than fully desirable.

(I would like very much to have an aqm that was knobless at these
speeds. Most of the work on trying to improve matters at these rates is
in the multitude of "cake" variants)

> 
> Thanks,
> Jeff
> 
> 
> ________________________________
> /dev/jeff_weeks.x2936
> Sandvine Incorporated
> 
> _______________________________________________
> aqm mailing list
> aqm@ietf.org
> https://www.ietf.org/mailman/listinfo/aqm
> 

       reply	other threads:[~2016-01-18 22:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <274D3A0FA900FD47AA6B56991AAA32FDC547FC0F@wtl-exchp-1.sandvine.com>
2016-01-18 22:57 ` Dave Täht [this message]
2016-01-19 13:43   ` [Cake] [Codel] " Agarwal, Anil
     [not found]     ` <274D3A0FA900FD47AA6B56991AAA32FDC548019C@wtl-exchp-1.sandvine.com>
2016-01-19 18:00       ` [Cake] [aqm] [Codel] " Jonathan Morton
2016-01-19 18:09     ` [Cake] [Codel] [aqm] " Jonathan Morton

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=569D6DEA.9050603@taht.net \
    --to=dave@taht.net \
    --cc=aqm@ietf.org \
    --cc=cake@lists.bufferbloat.net \
    --cc=codel@lists.bufferbloat.net \
    --cc=jweeks@sandvine.com \
    /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