From: Konrad <kcem@tlen.pl>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How many (htb) tc classes and qdiscs are too many?
Date: Fri, 03 Jun 2005 17:39:42 +0000 [thread overview]
Message-ID: <42A095DE.6070208@tlen.pl> (raw)
In-Reply-To: <000501c567bf$792fd700$650fa8c0@hotsitespencer>
I found thing which causes this problem.
tc filter add dev imq1 protocol ip parent 2:0 pref 4 u32 match ip src
... match ip dst ... flowid 2:$q
If parent is 2:0 then I can make many filers....
But if I use 2:x (other class, x is diffrent that root number) I'll have
only limited number of filters.
You must set PRIO (= PREF)!...
Will someone write patch? ;P It is very important problem!
Filters in classes is being better working... (this is my opinion) when
you have 5000 filters grouped in classes...
(Or any volunteer to teach me how to write patches :P)
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
prev parent reply other threads:[~2005-06-03 17:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-02 22:07 [LARTC] How many (htb) tc classes and qdiscs are too many? Spencer
2005-06-03 2:55 ` threaded
2005-06-03 6:37 ` Szymon Miotk
2005-06-03 10:43 ` Konrad
2005-06-03 10:52 ` Paweł Staszewski
2005-06-03 13:57 ` gypsy
2005-06-03 14:19 ` Konrad
2005-06-03 15:10 ` Andy Furniss
2005-06-03 17:39 ` Konrad [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42A095DE.6070208@tlen.pl \
--to=kcem@tlen.pl \
--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.