* [LARTC] more htb queue length @ 2002-11-26 21:39 David Boreham 2002-11-26 21:42 ` David Boreham 2002-11-27 6:45 ` Martin Devera 0 siblings, 2 replies; 3+ messages in thread From: David Boreham @ 2002-11-26 21:39 UTC (permalink / raw) To: lartc Ok, now I see the code where htb creates a default pfifo queue for its leaves. And I can't see what limits the pfifo queue size... Got to read more code... _______________________________________________ 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] more htb queue length 2002-11-26 21:39 [LARTC] more htb queue length David Boreham @ 2002-11-26 21:42 ` David Boreham 2002-11-27 6:45 ` Martin Devera 1 sibling, 0 replies; 3+ messages in thread From: David Boreham @ 2002-11-26 21:42 UTC (permalink / raw) To: lartc > Ok, now I see the code where htb creates a default pfifo queue > for its leaves. And I can't see what limits the pfifo queue size... > Got to read more code... And finally I understand. pfifo_fast has a queue length, but it is taken from the device's queue length, which in the case of ethernet devices is 100 packets. I bet there is a way to either change that, or use a different qdisc so the length can be configured. I guess I answered my own question. _______________________________________________ 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] more htb queue length 2002-11-26 21:39 [LARTC] more htb queue length David Boreham 2002-11-26 21:42 ` David Boreham @ 2002-11-27 6:45 ` Martin Devera 1 sibling, 0 replies; 3+ messages in thread From: Martin Devera @ 2002-11-27 6:45 UTC (permalink / raw) To: lartc > And finally I understand. pfifo_fast has a queue length, but it > is taken from the device's queue length, which in the case of > ethernet devices is 100 packets. > > I bet there is a way to either change that, or use a different > qdisc so the length can be configured. :) you got it. The correct way is to attach fifo with your own limit to a class. devik _______________________________________________ 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:[~2002-11-27 6:45 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-11-26 21:39 [LARTC] more htb queue length David Boreham 2002-11-26 21:42 ` David Boreham 2002-11-27 6:45 ` Martin Devera
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.