* [LARTC] cbq parameters
@ 2002-05-30 20:33 Leandro Stasi
2002-05-30 20:50 ` Stef Coene
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Leandro Stasi @ 2002-05-30 20:33 UTC (permalink / raw)
To: lartc
If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is
the same of the root cbq qdisc or the rate of the cbq class?
Does exist the parameter rate on the "tc qdisc add" for cbq command?
tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000
cell 8
tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 10mbit rate
50kbit allot 1514 cell 8 maxburst 20 avpkt 1000 isolated bounded
tc qdisc add dev eth0 parent 1:3 handle 3:0 cbq bandwidth 10mbit rate
50kbit avpkt 1000 cell 8
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LARTC] cbq parameters
2002-05-30 20:33 [LARTC] cbq parameters Leandro Stasi
@ 2002-05-30 20:50 ` Stef Coene
2002-05-31 8:25 ` Martin Devera
2002-05-31 12:10 ` Stef Coene
2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-05-30 20:50 UTC (permalink / raw)
To: lartc
On Thursday 30 May 2002 22:33, Leandro Stasi wrote:
> If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is
> the same of the root cbq qdisc or the rate of the cbq class?
It's not recommended to add a cbq qdisc on a cbq class. It's better to bound
the first class and add the class to the bounded class in stead of adding a
second qdisc. Cbq (and htb) are not made (designed) to be attached on a leaf
class.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LARTC] cbq parameters
2002-05-30 20:33 [LARTC] cbq parameters Leandro Stasi
2002-05-30 20:50 ` Stef Coene
@ 2002-05-31 8:25 ` Martin Devera
2002-05-31 12:10 ` Stef Coene
2 siblings, 0 replies; 4+ messages in thread
From: Martin Devera @ 2002-05-31 8:25 UTC (permalink / raw)
To: lartc
only note, as of HTB 3.6 it detects non-work conserving discipline
as leaf and should work ok (only will eat more cpu).
devik
On Thu, 30 May 2002, Stef Coene wrote:
> On Thursday 30 May 2002 22:33, Leandro Stasi wrote:
> > If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is
> > the same of the root cbq qdisc or the rate of the cbq class?
> It's not recommended to add a cbq qdisc on a cbq class. It's better to bound
> the first class and add the class to the bounded class in stead of adding a
> second qdisc. Cbq (and htb) are not made (designed) to be attached on a leaf
> class.
>
> Stef
>
> --
>
> stef.coene@docum.org
> "Using Linux as bandwidth manager"
> http://www.docum.org/
> #lartc @ irc.openprojects.net
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] cbq parameters
2002-05-30 20:33 [LARTC] cbq parameters Leandro Stasi
2002-05-30 20:50 ` Stef Coene
2002-05-31 8:25 ` Martin Devera
@ 2002-05-31 12:10 ` Stef Coene
2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-05-31 12:10 UTC (permalink / raw)
To: lartc
On Friday 31 May 2002 10:25, Martin Devera wrote:
> only note, as of HTB 3.6 it detects non-work conserving discipline
> as leaf and should work ok (only will eat more cpu).
I love htb :)
Stef
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-31 12:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-30 20:33 [LARTC] cbq parameters Leandro Stasi
2002-05-30 20:50 ` Stef Coene
2002-05-31 8:25 ` Martin Devera
2002-05-31 12:10 ` Stef Coene
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.