--- zzzz-none-000/linux-2.6.19.2/net/sched/Kconfig 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/sched/Kconfig 2008-03-26 08:35:18.000000000 +0000 @@ -79,7 +79,7 @@ # gettimeofday is a good alternative config NET_SCH_CLK_CPU bool "CPU cycle counter" - depends on ((X86_TSC || X86_64) && !SMP) || ALPHA || SPARC64 || PPC64 || IA64 + depends on ((X86_TSC || X86_64) && !SMP) || 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 @@ -93,6 +93,7 @@ sparc64 - %ticks register ppc64 - Time base ia64 - Interval Time Counter + mips - Choose this if your CPU's cycle counter is working properly. @@ -242,6 +243,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" ---help---