Patrick McHardy <[EMAIL PROTECTED]> wrote: > While you're at it .. CBQ is actually not a very good alternative > since it doesn't work properly on top of virtual network devices. > The closest match for an alternative would be TBF, but HTB and > HFSC also do fine. Maybe just point to the traffic schedulers in > general. I think you could also change EXPERIMENTAL to OBSOLETE > for the shaper device, the traffic schedulers are a lot more > flexible.
Ok, thanks for comments. Here it comes, please (n)ack it: -- kconfig, correct traffic shaper As Patrick McHardy <[EMAIL PROTECTED]> suggested, Traffic Shaper is now obsolete and alternative to it is no longer CBQ, since its problems with virtual devices, alter Kconfig text to reflect this -- put a link to the traffic schedulers as a whole. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> Cc: Alan Cox <[EMAIL PROTECTED]> Cc: Patrick McHardy <[EMAIL PROTECTED]> --- commit 95045e128e4db8cc07b9a616e6c1f3606b3b499f tree 3e924080ba76042c93e687a156483d6279e961ed parent 7e8fb7980d776e6a7c0bd84cc48b1cb9de139b8f author Jiri Slaby <[EMAIL PROTECTED]> Sat, 04 Nov 2006 21:41:33 +0059 committer Jiri Slaby <[EMAIL PROTECTED]> Sat, 04 Nov 2006 21:41:33 +0059 drivers/net/Kconfig | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ee5ce6b..2ede616 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2847,7 +2847,7 @@ config NET_FC "SCSI generic support". config SHAPER - tristate "Traffic Shaper (EXPERIMENTAL)" + tristate "Traffic Shaper (OBSOLETE)" depends on EXPERIMENTAL ---help--- The traffic shaper is a virtual network device that allows you to @@ -2856,9 +2856,9 @@ config SHAPER these virtual devices. See <file:Documentation/networking/shaper.txt> for more information. - An alternative to this traffic shaper is the experimental - Class-Based Queuing (CBQ) scheduling support which you get if you - say Y to "QoS and/or fair queuing" above. + An alternative to this traffic shaper are traffic schedulers which + you'll get if you say Y to "QoS and/or fair queuing" in + "Networking options". To compile this driver as a module, choose M here: the module will be called shaper. If unsure, say N. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html