* [LARTC] Re: [LARTC]probably solved... why all goes to default!!
@ 2003-11-19 11:51 raptor
2003-11-19 18:30 ` Stef Coene
2003-11-19 19:15 ` trepo
0 siblings, 2 replies; 3+ messages in thread
From: raptor @ 2003-11-19 11:51 UTC (permalink / raw)
To: lartc
I seem to solved the problem !!
just on top of my head... I had the following config (by memory) :
root qdisc htb
|---class X htb => qdisc X
| |---class Y => qdicsY
| |---class Z => qdicsZ
|---class A
and with u32-fitlter attached to root I directed the traffic to class Y,Z etc....
Now i made it like this :
root qdisc htb
|---class X htb
| |---class Y => qdicsY
| |---class Z => qdicsZ
|---class A
u see no qdisc....and it works.. do u have explanation ?! ... take into account that class X is htb :")
> yep my test kernel is 2.4.22-ck, but this also happens on other machine with 2.4.20 kernel !! i'm with gentoo..
> So it has to be something into the kernel.. that is in both of them..!?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] Re: [LARTC]probably solved... why all goes to default!!
2003-11-19 11:51 [LARTC] Re: [LARTC]probably solved... why all goes to default!! raptor
@ 2003-11-19 18:30 ` Stef Coene
2003-11-19 19:15 ` trepo
1 sibling, 0 replies; 3+ messages in thread
From: Stef Coene @ 2003-11-19 18:30 UTC (permalink / raw)
To: lartc
On Wednesday 19 November 2003 12:51, raptor wrote:
> I seem to solved the problem !!
> just on top of my head... I had the following config (by memory) :
>
>
> root qdisc htb
>
> |---class X htb => qdisc X
> |
> | |---class Y => qdicsY
> | |---class Z => qdicsZ
> |
> |---class A
>
> and with u32-fitlter attached to root I directed the traffic to class Y,Z
> etc.... Now i made it like this :
>
> root qdisc htb
>
> |---class X htb
> |
> | |---class Y => qdicsY
> | |---class Z => qdicsZ
> |
> |---class A
>
> u see no qdisc....and it works.. do u have explanation ?! ... take into
> account that class X is htb :")
A filter only works within 1 qdisc. You can get your first setup working if
you add 2 filters, one for the root qdisc and one for the qdisc X.
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] 3+ messages in thread* Re:[LARTC] Re: [LARTC]probably solved... why all goes to default!!
2003-11-19 11:51 [LARTC] Re: [LARTC]probably solved... why all goes to default!! raptor
2003-11-19 18:30 ` Stef Coene
@ 2003-11-19 19:15 ` trepo
1 sibling, 0 replies; 3+ messages in thread
From: trepo @ 2003-11-19 19:15 UTC (permalink / raw)
To: lartc
> |---class X htb => qdisc X
> | |---class Y => qdicsY
> | |---class Z => qdicsZ
> |---class A
Just a guess, but:
In this configuration the root qdisc (to which your filters are attached)
doesn't know anything about classes Y and Z; it only "sees" _class_ X and A.
So it cannot direct the traffic to Y or Z.
Also this way you increase the delay on the link:
"HTB as child of another HTB is NOT the same as class under another
class within the same HTB. It is because when class in HTB can send it
will send as soon as hardware equipment can. So that delay of underlimit
class is limited only by equipment and not by ancestors.
In HTB under HTB case the outer HTB simulates new hardware equipment
with all consequences (larger delay)"
(Taken from the HTB User Guide -
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm)
~ tv ~
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-19 19:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 11:51 [LARTC] Re: [LARTC]probably solved... why all goes to default!! raptor
2003-11-19 18:30 ` Stef Coene
2003-11-19 19:15 ` trepo
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.