public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gregory Maxwell <greg@linuxpower.cx>
To: linux-kernel@vger.kernel.org
Subject: SBF queueing?
Date: Sat, 27 Jan 2001 13:44:48 -0500	[thread overview]
Message-ID: <20010127134448.B6821@xi.linuxpower.cx> (raw)

Has anyone decided to code a SFB (Stochastic Fair Blue) queue implementation
for Linux? It's been implemented for FreeBSD/ALTQ 
(http://www.eecs.umich.edu/~wuchang/blue/). The paper for it shows it
performing very well in comparison to RED.

It might be useful in a Linux implementation to be able to adjust what
fields are hashed (I don't believe the initial implementation does this,
though it has been a few months since I read the paper). 

For instance, on edge networks you hash src,dest,proto,sport,dport to
allocate fairly by flow. On larger networks, hashing on each flow will
require a fairly big filter to prevent collisions from punishing good flows
because of a collision with an unresponsive flow. It might be useful to only
hash on src on core networks, and potentially masked src on backbone transit
networks (which would have nice social implications as well, produce an
unresponsive flow and watch your entire subnet be slowed during networking
congestion, thus edge networks would implement technology to detect and
police unresponsive flows, something better done towards the edge). 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2001-01-27 18:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-27 18:44 Gregory Maxwell [this message]
2001-01-27 18:52 ` SBF queueing? patrick.mourlhon
2001-01-27 19:25   ` Gregory Maxwell
2001-01-27 20:04 ` kuznet

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010127134448.B6821@xi.linuxpower.cx \
    --to=greg@linuxpower.cx \
    --cc=linux-kernel@vger.kernel.org \
    /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