From: don-lartc@isis.cs3-inc.com (Don Cohen)
To: lartc@vger.kernel.org
Subject: RE: [LARTC] exploring HTB
Date: Sat, 16 Feb 2002 20:22:13 +0000 [thread overview]
Message-ID: <marc-lartc-101389112921649@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101361106601378@msgid-missing>
> Subject: RE: [LARTC] exploring HTB
I expected someone else to say this before, but since nobody has yet ...
> > > Just to note that speed depends ONLY on number of ACTIVE classes (active
> > > flows). Those without data enqueued are idle and don't decrease
> > > throughtput.
First, the classification time could be pretty significant with
hundreds of filters. You could minimize this by building a balanced
tree of classes, so that it would only take log(#classes) filters, but
that would be a lot of trouble to build and maintain.
> > Presently I'm running setup with 200 queues (200 RED leaves and 200 u32
> > classifiers), Thus basically a seperate queue for every individual in my
> > organization. Ya I never knew about the dependency of throughput on active
> > flows. I'm planing to go for 400 queues. Sometime before Documentations on
> > Devik's home page stat that RED is not going to work with HTB and will
> > simply eat CPU cycles. I couldn't locate it now anywhere? Does it works with
> > new release of HTB?
I don't think this is the problem HTB was meant to solve.
I think what you really want is the (often suggested/requested)
modified version of sfq that hashes only on source or destination
address (depending on whether you use it for the queue going in to or
out of your local network). If your addresses are consecutive then
the "hash" function could be particularly good (fast and no
collisions). This would not allow you to offer different amounts of
service to different addresses, but that could also be added easily
(though it would then reintroduce the inconvenience of maintaining
this data in the configuration file).
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/
next prev parent reply other threads:[~2002-02-16 20:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-13 14:54 [LARTC] exploring HTB Sumit Pandya
2002-02-13 15:05 ` Stef Coene
2002-02-14 10:59 ` Martin Devera
2002-02-15 9:22 ` Sumit Pandya
2002-02-15 12:01 ` Martin Devera
2002-02-16 20:22 ` Don Cohen [this message]
2002-02-16 21:19 ` Martin Devera
2002-02-16 21:33 ` Don Cohen
2002-02-16 21:42 ` Martin Devera
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-101389112921649@msgid-missing \
--to=don-lartc@isis.cs3-inc.com \
--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.