From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Date: Fri, 03 Jun 2005 17:39:42 +0000 Subject: Re: [LARTC] How many (htb) tc classes and qdiscs are too many? Message-Id: <42A095DE.6070208@tlen.pl> List-Id: References: <000501c567bf$792fd700$650fa8c0@hotsitespencer> In-Reply-To: <000501c567bf$792fd700$650fa8c0@hotsitespencer> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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