]> err.no Git - linux-2.6/blobdiff - net/sched/Kconfig
[SCHED]: Qdisc changes and sch_rr added for multiqueue
[linux-2.6] / net / sched / Kconfig
index 475df8449be9eee788a700a238b655534a23ff9d..f3217942ca871dd2c5eb33697639907392942fd9 100644 (file)
@@ -111,6 +111,17 @@ config NET_SCH_PRIO
          To compile this code as a module, choose M here: the
          module will be called sch_prio.
 
+config NET_SCH_RR
+       tristate "Multi Band Round Robin Queuing (RR)"
+       select NET_SCH_PRIO
+       ---help---
+         Say Y here if you want to use an n-band round robin packet
+         scheduler.
+
+         The module uses sch_prio for its framework and is aliased as
+         sch_rr, so it will load sch_prio, although it is referred
+         to using sch_rr.
+
 config NET_SCH_RED
        tristate "Random Early Detection (RED)"
        ---help---