--- zzzz-none-000/linux-2.6.28.10/net/sched/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/net/sched/Kconfig 2010-03-09 15:05:48.000000000 +0000 @@ -194,6 +194,18 @@ If unsure, say N. +config NET_SCH_LLQ + tristate "LLQ Queue (CBWFQ with strict priorities)" + depends on NET_SCHED + help + If you say Y here, you will be able to schedule packets + with strict priorities and weight. + (Class-Bases Weighted Fair Queuing with strict priorities) + If unsure, say Y. + + To compile this code as a module, choose M here: the + module will be called sch_llq. + config NET_SCH_INGRESS tristate "Ingress Qdisc" depends on NET_CLS_ACT @@ -506,5 +518,23 @@ endif # NET_SCHED +config IFX_ALG_QOS + bool "IFX QOS Enhancements" + depends on IFX_ADDON && IFX + ---help--- + This option is used to select the QOS enhacements to control the + traffic .This uses a 32 bit key which we set in different ALG's + and this 32 bit key is compared and decision is taken whether to + control/limit the traffic or not . Here we have more flexibility + to control the traffic for control and data session seperately. + + +if LANTIQ +#IFX plaform specific +source "net/sched/Kconfig.ifx" +endif + config NET_SCH_FIFO bool + +