netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] remove CONFIG_NET_SCH_RR
@ 2008-06-23 17:47 Adrian Bunk
  2008-06-23 18:31 ` Waskiewicz Jr, Peter P
  2008-06-28  2:54 ` David Miller
  0 siblings, 2 replies; 7+ messages in thread
From: Adrian Bunk @ 2008-06-23 17:47 UTC (permalink / raw)
  To: Peter P Waskiewicz Jr, Patrick McHardy, David S. Miller
  Cc: netdev, Robert P. J. Day

Commit d62733c8e437fdb58325617c4b3331769ba82d70
([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>

---
572f329b3e8fc3648f7585e36291fcd30dd7daec diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 82adfe6..9437b27 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -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---


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-06-28  2:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23 17:47 [2.6 patch] remove CONFIG_NET_SCH_RR Adrian Bunk
2008-06-23 18:31 ` Waskiewicz Jr, Peter P
2008-06-23 19:18   ` Patrick McHardy
2008-06-23 19:40   ` Adrian Bunk
2008-06-23 19:59     ` Waskiewicz Jr, Peter P
2008-06-23 21:52   ` David Miller
2008-06-28  2:54 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).