Skip to content

Commit

Permalink
pkt_sched: Remove CONFIG_NET_SCH_RR
Browse files Browse the repository at this point in the history
Commit d62733c
([SCHED]: Qdisc changes and sch_rr added for multiqueue)
added a NET_SCH_RR option that was unused since the code
went unconditionally into sch_prio.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jun 28, 2008
1 parent 01e123d commit ede16af
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@ 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---
Expand Down

0 comments on commit ede16af

Please sign in to comment.