Kconfig (b746a1a2860f4a918f32d10dc569115d282aaf2f) | Kconfig (dcc68b4d8084e1ac9af0d4022d6b1aff6a139a33) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Traffic control configuration. 4# 5 6menuconfig NET_SCHED 7 bool "QoS and/or fair queueing" 8 select NET_SCH_FIFO --- 395 unchanged lines hidden (view full) --- 404 For more information, please refer to <http://wiki.xenproject.org/wiki/Remus> 405 406 Say Y here if you are using this kernel for Xen dom0 and 407 want to protect Xen guests with Remus. 408 409 To compile this code as a module, choose M here: the 410 module will be called sch_plug. 411 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Traffic control configuration. 4# 5 6menuconfig NET_SCHED 7 bool "QoS and/or fair queueing" 8 select NET_SCH_FIFO --- 395 unchanged lines hidden (view full) --- 404 For more information, please refer to <http://wiki.xenproject.org/wiki/Remus> 405 406 Say Y here if you are using this kernel for Xen dom0 and 407 want to protect Xen guests with Remus. 408 409 To compile this code as a module, choose M here: the 410 module will be called sch_plug. 411 |
412config NET_SCH_ETS 413 tristate "Enhanced transmission selection scheduler (ETS)" 414 help 415 The Enhanced Transmission Selection scheduler is a classful 416 queuing discipline that merges functionality of PRIO and DRR 417 qdiscs in one scheduler. ETS makes it easy to configure a set of 418 strict and bandwidth-sharing bands to implement the transmission 419 selection described in 802.1Qaz. 420 421 Say Y here if you want to use the ETS packet scheduling 422 algorithm. 423 424 To compile this driver as a module, choose M here: the module 425 will be called sch_ets. 426 427 If unsure, say N. 428 |
|
412menuconfig NET_SCH_DEFAULT 413 bool "Allow override default queue discipline" 414 ---help--- 415 Support for selection of default queuing discipline. 416 417 Nearly all users can safely say no here, and the default 418 of pfifo_fast will be used. Many distributions already set 419 the default value via /proc/sys/net/core/default_qdisc. --- 562 unchanged lines hidden --- | 429menuconfig NET_SCH_DEFAULT 430 bool "Allow override default queue discipline" 431 ---help--- 432 Support for selection of default queuing discipline. 433 434 Nearly all users can safely say no here, and the default 435 of pfifo_fast will be used. Many distributions already set 436 the default value via /proc/sys/net/core/default_qdisc. --- 562 unchanged lines hidden --- |