2004-06-24 14:59:31

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [NET]: Add tc extensions infrastructure.

On Wed, 16 Jun 2004, Linux Kernel Mailing List wrote:
> ChangeSet 1.1722.151.1, 2004/06/15 20:37:41-07:00, [email protected]
>
> [NET]: Add tc extensions infrastructure.
>
> Signed-off-by: Jamal Hadi Salim <[email protected]>
> Signed-off-by: David S. Miller <[email protected]>

> diff -Nru a/net/sched/Kconfig b/net/sched/Kconfig
> --- a/net/sched/Kconfig 2004-06-23 18:08:15 -07:00
> +++ b/net/sched/Kconfig 2004-06-23 18:08:15 -07:00
> @@ -274,6 +274,22 @@
> To compile this code as a module, choose M here: the
> module will be called cls_u32.
>
> +config CLS_U32_PERF
> + bool " U32 classifier perfomance counters"
> + depends on NET_CLS_U32
> + help
> + gathers stats that could be used to tune u32 classifier perfomance.
^^^^^^^^^^
performance

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2004-06-24 19:48:07

by David Miller

[permalink] [raw]
Subject: Re: [NET]: Add tc extensions infrastructure.

On Thu, 24 Jun 2004 16:59:02 +0200 (MEST)
Geert Uytterhoeven <[email protected]> wrote:

> > + gathers stats that could be used to tune u32 classifier perfomance.
> ^^^^^^^^^^
> performance

Thanks Geert, fixed in my tree.