* [LARTC] Confusion about kernelconfig QoS-options
@ 2002-08-29 15:40 Nils Lichtenfeld
2002-08-29 16:04 ` Stef Coene
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Nils Lichtenfeld @ 2002-08-29 15:40 UTC (permalink / raw)
To: lartc
Hello there!
Using Kernel 2.4.19.
The modules I intend to use are SFQ queue, HTB packet scheduler,
Firewall based classifier and the U32 classifier.
Witch of the following options _NEED_ to be enabled? I ask, because the
goal is to have the kernel as small as possible.
< QOS and/or fair queueing >
[*] QoS support
[*] Rate estimator
[*] Traffic policing
Thank you!
Greetings, Nils
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Confusion about kernelconfig QoS-options
2002-08-29 15:40 [LARTC] Confusion about kernelconfig QoS-options Nils Lichtenfeld
@ 2002-08-29 16:04 ` Stef Coene
2002-08-29 16:25 ` Nils Lichtenfeld
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2002-08-29 16:04 UTC (permalink / raw)
To: lartc
On Thursday 29 August 2002 17:40, Nils Lichtenfeld wrote:
> Hello there!
>
> Using Kernel 2.4.19.
>
> The modules I intend to use are SFQ queue, HTB packet scheduler,
> Firewall based classifier and the U32 classifier.
>
> Witch of the following options _NEED_ to be enabled? I ask, because the
> goal is to have the kernel as small as possible.
Then use modules and load only the modules you need.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.oftc.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Confusion about kernelconfig QoS-options
2002-08-29 15:40 [LARTC] Confusion about kernelconfig QoS-options Nils Lichtenfeld
2002-08-29 16:04 ` Stef Coene
@ 2002-08-29 16:25 ` Nils Lichtenfeld
2002-08-29 16:50 ` Stef Coene
2002-08-29 17:12 ` Nils Lichtenfeld
3 siblings, 0 replies; 5+ messages in thread
From: Nils Lichtenfeld @ 2002-08-29 16:25 UTC (permalink / raw)
To: lartc
Hi Stef!
Stef Coene schrieb:
>> Witch of the following options _NEED_ to be enabled? I ask, because
>> the goal is to have the kernel as small as possible.
> Then use modules and load only the modules you need.
That was not my question. The listed items are not selectable as
modules. They can only be compiled into the kernel or turned off. I list
them again, they reside in the < QOS and/or fair queueing > section:
[*] QoS support
[*] Rate estimator
[*] Traffic policing
"*" is the default selection.
Thank you!
Greetings, Nils
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Confusion about kernelconfig QoS-options
2002-08-29 15:40 [LARTC] Confusion about kernelconfig QoS-options Nils Lichtenfeld
2002-08-29 16:04 ` Stef Coene
2002-08-29 16:25 ` Nils Lichtenfeld
@ 2002-08-29 16:50 ` Stef Coene
2002-08-29 17:12 ` Nils Lichtenfeld
3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2002-08-29 16:50 UTC (permalink / raw)
To: lartc
On Thursday 29 August 2002 18:25, Nils Lichtenfeld wrote:
> Hi Stef!
>
> Stef Coene schrieb:
> >> Witch of the following options _NEED_ to be enabled? I ask, because
> >> the goal is to have the kernel as small as possible.
> >
> > Then use modules and load only the modules you need.
>
> That was not my question. The listed items are not selectable as
> modules. They can only be compiled into the kernel or turned off. I list
> them again, they reside in the < QOS and/or fair queueing > section:
>
> [*] QoS support
Only needed if you want to implement QOS support so other devices on the
network can send requestst for bandwidth.
> [*] Rate estimator
This can be used for the "Traffic policing" to calculate the rate of the
packets.
> [*] Traffic policing
This is sort of tbf-in-filter. You can configure a filter to only match
packets at a certain rate.
You don't need these options to use SFQ, HTB, fw and/or u32.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.oftc.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] Confusion about kernelconfig QoS-options
2002-08-29 15:40 [LARTC] Confusion about kernelconfig QoS-options Nils Lichtenfeld
` (2 preceding siblings ...)
2002-08-29 16:50 ` Stef Coene
@ 2002-08-29 17:12 ` Nils Lichtenfeld
3 siblings, 0 replies; 5+ messages in thread
From: Nils Lichtenfeld @ 2002-08-29 17:12 UTC (permalink / raw)
To: lartc
Hello Stef!
Stef Coene schrieb:
> On Thursday 29 August 2002 18:25, Nils Lichtenfeld wrote:
>> That was not my question. The listed items are not selectable as
>> modules. They can only be compiled into the kernel or turned off. I
>> list them again, they reside in the < QOS and/or fair queueing >
>> section:
>>
>> [*] QoS support
> Only needed if you want to implement QOS support so other devices on
> the network can send requestst for bandwidth.
>
>> [*] Rate estimator
> This can be used for the "Traffic policing" to calculate the rate of
> the packets.
>
>> [*] Traffic policing
> This is sort of tbf-in-filter. You can configure a filter to only
> match packets at a certain rate.
>
> You don't need these options to use SFQ, HTB, fw and/or u32.
Thank you very, very mutch! This is exactly the information I was hoping
for.
Greetings, Gundy
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-08-29 17:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-29 15:40 [LARTC] Confusion about kernelconfig QoS-options Nils Lichtenfeld
2002-08-29 16:04 ` Stef Coene
2002-08-29 16:25 ` Nils Lichtenfeld
2002-08-29 16:50 ` Stef Coene
2002-08-29 17:12 ` Nils Lichtenfeld
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.