All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] simple or not? htb+prio
@ 2005-07-05 22:42 Krzysiek
  2005-07-11 19:35 ` Andy Furniss
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysiek @ 2005-07-05 22:42 UTC (permalink / raw)
  To: lartc

Hi
I have now my outgoing traffic shaped whith root
qdisc htb (where i configure basic rate) and tc
prio (as a leaf with 4 classes) where i can set
priority of different kinds of traffic. It works
but htb is work-conserving so packets are only
delayed (when the rate is exceeded), while i want them dropped. In the case when rate is exceeded i want to drop packets with priority set to 4, then if traffic still too high to drop packets with priority set to 3 and so on. So i need tc-prio under tbf.
But tbf is classless. Can i do what i want in some
other way? Or maybe i'm misunderstanding something
- when htb start to drop packets?
Regards
Krzysiek.

----------------------------------------------------------------------
Na randke, na randke, na randke... >>> http://link.interia.pl/f189c 

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] simple or not? htb+prio
  2005-07-05 22:42 [LARTC] simple or not? htb+prio Krzysiek
@ 2005-07-11 19:35 ` Andy Furniss
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Furniss @ 2005-07-11 19:35 UTC (permalink / raw)
  To: lartc

Krzysiek wrote:
> Hi
> I have now my outgoing traffic shaped whith root
> qdisc htb (where i configure basic rate) and tc
> prio (as a leaf with 4 classes) where i can set
> priority of different kinds of traffic. It works
> but htb is work-conserving so packets are only
> delayed (when the rate is exceeded), while i want them dropped. In the case when rate is exceeded i want to drop packets with priority set to 4, then if traffic still too high to drop packets with priority set to 3 and so on. So i need tc-prio under tbf.
> But tbf is classless. Can i do what i want in some
> other way? Or maybe i'm misunderstanding something
> - when htb start to drop packets?
> Regards
> Krzysiek.

Maybe you could use htb + prio and add 4 p/b fifos to the prio classes 
and set low lengths with the limit parameter of the fifos.

Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-11 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-05 22:42 [LARTC] simple or not? htb+prio Krzysiek
2005-07-11 19:35 ` Andy Furniss

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.