Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: David Lang <david@lang.hm>
To: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Cc: cake@lists.bufferbloat.net
Subject: Re: [Cake] UDP floods and taking advantage of egress signalling at ingress
Date: Fri, 6 May 2016 00:50:21 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.02.1605060047590.3021@nftneq.ynat.uz> (raw)
In-Reply-To: <0eca51dc-694b-6a85-d56d-1ed19e9fc2ef@darbyshire-bryant.me.uk>

On Fri, 6 May 2016, Kevin Darbyshire-Bryant wrote:

> Hi All,
>
> My brain woke up with this idea rattling around in it this
> morning...obviously the subconscious has been busy.  So here it is:
>
> Is there any way to use the egress drop signalling at ingress time to
> drop stuff before it gets into the queue so then we don't have to drop
> it at egress?
>
> Something like: At enqueue if we've a matching flow check to see if that
> flow had been in egress 'fast dropping' state *and* know how much data
> in terms of time it had to fast drop to get the queue back under the
> nominal time threshold.  If say it had to drop 10ms worth of packets to
> get back to the nominal 5ms threshold then it dropped 67% of the
> packets/data.  I'd like to think of that as an 'unresponsive
> flow'...hence could it be possible to use that information at ingress
> time and in essence drop (some? 66%?) of them there, we can also signal
> congestion to the stack at that point to (cake already does this
> signalling when getting to its buffer size limit)
>
>
> Probably a very silly idea.

If it can be done, this would not be a case of dropping packets, but rather 
blocking the write to the network.

my (semi-informed) knee-jerk reaction is that this would be expensive to signal, 
so not something to do for the normal case, but possibly something worth doing 
in the elephant-flow situation as it could slow a local sender down faster than 
dropping packets and waiting for feedback to signal it to slow down.

David Lang

      parent reply	other threads:[~2016-05-06  7:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06  7:29 Kevin Darbyshire-Bryant
2016-05-06  7:38 ` Dave Taht
2016-05-06  7:48   ` Kevin Darbyshire-Bryant
2016-05-10  9:05   ` Kevin Darbyshire-Bryant
2016-05-06  7:50 ` David Lang [this message]

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=alpine.DEB.2.02.1605060047590.3021@nftneq.ynat.uz \
    --to=david@lang.hm \
    --cc=cake@lists.bufferbloat.net \
    --cc=kevin@darbyshire-bryant.me.uk \
    /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