--- zzzz-none-000/linux-2.6.13.1/net/sched/Kconfig 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/net/sched/Kconfig 2007-09-05 11:52:58.000000000 +0000 @@ -74,7 +74,7 @@ config NET_SCH_CLK_CPU bool "CPU cycle counter" - depends on X86_TSC || X86_64 || ALPHA || SPARC64 || PPC64 || IA64 + depends on X86_TSC || X86_64 || ALPHA || SPARC64 || PPC64 || IA64 || MIPS help Say Y here if you want to use the CPU's cycle counter as clock source. This is a cheap and high resolution clock source, but on some @@ -254,6 +254,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_SCHED