Re: [LARTC] htb, class, prio

2002-11-07 Thread Martin Devera
You can use up to 32 prios (bitmask limitation). But delay and cpu load increases with prio count as it is searched linerly often. devik On Thu, 7 Nov 2002, Kurt Wagner wrote: > Hi Martin, > > On Tue, 14 May 2002, Martin Devera wrote: > > In the latest HTB the prio number can be increased > > to

Re: [LARTC] htb, class, prio

2002-05-14 Thread Martin Devera
In the latest HTB the prio number can be increased to 8 or more without sacrifying performance. Probably I will make both depth & prios 8 in default configuration .. devik On Tue, 14 May 2002, Stef Coene wrote: > On Tuesday 14 May 2002 11:38, Catalin BOIE wrote: > > Hello! > > > > Seems that wha

Re: [LARTC] htb, class, prio

2002-05-14 Thread Stef Coene
On Tuesday 14 May 2002 11:38, Catalin BOIE wrote: > Hello! > > Seems that whatever I set for prio for a htb class it is always set to 3. Prio is a number between 0 and 3. Prio's > 3 are set to 3. Stef > Example script: > > ifconfig dummy1 up > ifconfig dummy1 200.200.200.200 netmask 255.255.255

[LARTC] htb, class, prio

2002-05-14 Thread Catalin BOIE
Hello! Seems that whatever I set for prio for a htb class it is always set to 3. Example script: ifconfig dummy1 up ifconfig dummy1 200.200.200.200 netmask 255.255.255.248 tc qdisc del dev dummy1 root tc qdisc add dev dummy1 root handle 2: htb tc class add dev dummy1 parent 2: classid 2:1 \