1 Nov 2005 15:13
[PKT_SCHED]: Rework QoS and/or fair queueing configuration
Thomas Graf <tgraf <at> suug.ch>
2005-11-01 14:13:02 GMT
2005-11-01 14:13:02 GMT
Make "QoS and/or fair queueing" have its own menu, it's too big to be inlined into "Network options". Remove the obsolete NET_QOS option. Automatically select NET_CLS if needed. Do the same for NET_ESTIMATOR but allow it to be selected manually for statistical purposes. Add comments to separate queueing from classification. Fix dependencies and ordering of classifiers. Improve descriptions/help texts and remove outdated pieces. Signed-off-by: Thomas Graf <tgraf <at> suug.ch> Index: linux-2.6/net/sched/Kconfig =================================================================== --- linux-2.6.orig/net/sched/Kconfig +++ linux-2.6/net/sched/Kconfig <at> <at> -2,13 +2,15 <at> <at> # Traffic control configuration. # -menuconfig NET_SCHED +menu "QoS and/or fair queueing" + +config NET_SCHED bool "QoS and/or fair queueing" ---(Continue reading)help--- When the kernel has several packets to send out over a network device, it has to decide which ones to send first, which ones to - delay, and which ones to drop. This is the job of the packet - scheduler, and several different algorithms for how to do this + delay, and which ones to drop. This is the job of the queueing
RSS Feed