diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-28 02:04:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:29 -0500 |
commit | f1862b0ae2294f6970f695abf02392d025e02dbe (patch) | |
tree | 515590bb559ba8da0377907a68b1a9b42306ee34 /drivers/net/Kconfig | |
parent | 9ef32d0d1f64cad414697f34bda1b269f632f0cd (diff) |
[SHAPER]: The scheduled shaper removal.
This patch contains the scheduled removal of the shaper driver.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a6728661c416..777bb81d9ada 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -3015,23 +3015,6 @@ config NET_FC | |||
3015 | adaptor below. You also should have said Y to "SCSI support" and | 3015 | adaptor below. You also should have said Y to "SCSI support" and |
3016 | "SCSI generic support". | 3016 | "SCSI generic support". |
3017 | 3017 | ||
3018 | config SHAPER | ||
3019 | tristate "Traffic Shaper (OBSOLETE)" | ||
3020 | depends on EXPERIMENTAL | ||
3021 | ---help--- | ||
3022 | The traffic shaper is a virtual network device that allows you to | ||
3023 | limit the rate of outgoing data flow over some other network device. | ||
3024 | The traffic that you want to slow down can then be routed through | ||
3025 | these virtual devices. See | ||
3026 | <file:Documentation/networking/shaper.txt> for more information. | ||
3027 | |||
3028 | An alternative to this traffic shaper are traffic schedulers which | ||
3029 | you'll get if you say Y to "QoS and/or fair queuing" in | ||
3030 | "Networking options". | ||
3031 | |||
3032 | To compile this driver as a module, choose M here: the module | ||
3033 | will be called shaper. If unsure, say N. | ||
3034 | |||
3035 | config NETCONSOLE | 3018 | config NETCONSOLE |
3036 | tristate "Network console logging support (EXPERIMENTAL)" | 3019 | tristate "Network console logging support (EXPERIMENTAL)" |
3037 | depends on EXPERIMENTAL | 3020 | depends on EXPERIMENTAL |