* [LARTC] How does one increase the output buffer size?
@ 2007-12-06 21:36 gypsy
2007-12-07 13:36 ` Andy Furniss
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: gypsy @ 2007-12-06 21:36 UTC (permalink / raw)
To: lartc
In 2.4 kernels, there was a [bp]fifo that could be implemented with 'tc
add', but in 2.6 kernels, I find no way to create either of these
fifos. I am able to increase txqueuelen.
What I desire is a larger number of backlogged packetes before drops
occur.
How can the output buffer size be increased for HTB?
--
gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] How does one increase the output buffer size?
2007-12-06 21:36 [LARTC] How does one increase the output buffer size? gypsy
@ 2007-12-07 13:36 ` Andy Furniss
2007-12-07 19:49 ` gypsy
2007-12-07 21:46 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: Andy Furniss @ 2007-12-07 13:36 UTC (permalink / raw)
To: lartc
gypsy wrote:
> In 2.4 kernels, there was a [bp]fifo that could be implemented with 'tc
> add', but in 2.6 kernels, I find no way to create either of these
> fifos. I am able to increase txqueuelen.
>
> What I desire is a larger number of backlogged packetes before drops
> occur.
>
> How can the output buffer size be increased for HTB?
[b|p]fifo and sfq and limit parameter work OK for me as children of htb
leaf classes on all the 2.6s I've used.
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] How does one increase the output buffer size?
2007-12-06 21:36 [LARTC] How does one increase the output buffer size? gypsy
2007-12-07 13:36 ` Andy Furniss
@ 2007-12-07 19:49 ` gypsy
2007-12-07 21:46 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: gypsy @ 2007-12-07 19:49 UTC (permalink / raw)
To: lartc
Quoting Andy Furniss <lists@andyfurniss.entadsl.com>:
> gypsy wrote:
> > In 2.4 kernels, there was a [bp]fifo that could be implemented with 'tc
> > add', but in 2.6 kernels, I find no way to create either of these
> > fifos. I am able to increase txqueuelen.
> >
> > What I desire is a larger number of backlogged packetes before drops
> > occur.
> >
> > How can the output buffer size be increased for HTB?
>
> [b|p]fifo and sfq and limit parameter work OK for me as children of htb
> leaf classes on all the 2.6s I've used.
>
> Andy.
Could you please check your .config file and tell me the name of the line that
creates b|pfifo module? "It just ain't there" for me...
--
gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] How does one increase the output buffer size?
2007-12-06 21:36 [LARTC] How does one increase the output buffer size? gypsy
2007-12-07 13:36 ` Andy Furniss
2007-12-07 19:49 ` gypsy
@ 2007-12-07 21:46 ` Andy Furniss
2 siblings, 0 replies; 4+ messages in thread
From: Andy Furniss @ 2007-12-07 21:46 UTC (permalink / raw)
To: lartc
gypsy@iswest.com wrote:
> Quoting Andy Furniss <lists@andyfurniss.entadsl.com>:
>
>> gypsy wrote:
>>> In 2.4 kernels, there was a [bp]fifo that could be implemented with 'tc
>>> add', but in 2.6 kernels, I find no way to create either of these
>>> fifos. I am able to increase txqueuelen.
>>>
>>> What I desire is a larger number of backlogged packetes before drops
>>> occur.
>>>
>>> How can the output buffer size be increased for HTB?
>> [b|p]fifo and sfq and limit parameter work OK for me as children of htb
>> leaf classes on all the 2.6s I've used.
>>
>> Andy.
>
> Could you please check your .config file and tell me the name of the line that
> creates b|pfifo module? "It just ain't there" for me...
> --
> gypsy
Hmm maybe I haven't hit that one yet - I am a bit behind with my kernels.
andy@noki:~$ grep -i fifo /boot/config-2.6.21.1
CONFIG_NET_SCH_FIFO=y
# CONFIG_PARPORT_PC_FIFO is not set
I am using bfifo on this box.
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-07 21:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-06 21:36 [LARTC] How does one increase the output buffer size? gypsy
2007-12-07 13:36 ` Andy Furniss
2007-12-07 19:49 ` gypsy
2007-12-07 21:46 ` 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.