All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Atanasov <alex@ssi.bg>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] (E)SFQ suggestion
Date: Thu, 06 Jun 2002 23:47:09 +0000	[thread overview]
Message-ID: <marc-lartc-102340731025961@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102335607205273@msgid-missing>

On Thu, 6 Jun 2002, Martin Devera wrote:

> Hi,
> just simple note. Maybe it is already in progress :)
> 
> There are attempts to replace hashing routine in SFQ to
> consider IPs or ports.
> What about to use HRR - roundrobin around bunch of IP
> adresses and then smaller WRR for ports per IP ?
> It would solve both problems - fairnes between computers
> (IP) and between flows on than single computer ...

	HRR wouldn't that make things complicated?
I think it's better to have two simple separate solutions and a way to 
combine them.
What you suggest means to put SFQ into SFQ - just different
classification. Some may wish even to have more levels -
SFQ into SFQ recursive. 
Isn't it possible to arrange this with cbq and sfq leafs?
You probably now the IPs but do not know their connections.
There is a suggestion how to combine SFQ and RED with IMQ,
what about doing same but with SFQ and SFQ -
attach ESFQ with dst hash on IMQ and sfq on the network device?
Adding source/destionation port hash in esfq is very easy task.
A better solution would be to make classful SFQ. 
Then you put sfq with one classification and attach to it
sfq but with different classification. Or you can put (G)RED on it.
Would get same as with IMQ but you'll get the N levels.
HRR with WRR would be great when you have to deal with a lot of
IPs, but what is the right way to do it?

-- 
have fun,
alex


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  parent reply	other threads:[~2002-06-06 23:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-06  9:33 [LARTC] (E)SFQ suggestion Martin Devera
2002-06-06 12:40 ` Michael T. Babcock
2002-06-06 23:47 ` Alexander Atanasov [this message]
2002-06-07 14:20 ` Michael T. Babcock

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=marc-lartc-102340731025961@msgid-missing \
    --to=alex@ssi.bg \
    --cc=lartc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.