Kconfig (f400923735ecbb67cbe4a3606c9479f694754f51) | Kconfig (13d2a1d2b032de08d7dcab6a1edcd47802681f96) |
---|---|
1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 180 unchanged lines hidden (view full) --- 189 re-ordering. This is often useful to simulate networks when 190 testing applications or protocols. 191 192 To compile this driver as a module, choose M here: the module 193 will be called sch_netem. 194 195 If unsure, say N. 196 | 1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 180 unchanged lines hidden (view full) --- 189 re-ordering. This is often useful to simulate networks when 190 testing applications or protocols. 191 192 To compile this driver as a module, choose M here: the module 193 will be called sch_netem. 194 195 If unsure, say N. 196 |
197config NET_SCH_DRR 198 tristate "Deficit Round Robin scheduler (DRR)" 199 help 200 Say Y here if you want to use the Deficit Round Robin (DRR) packet 201 scheduling algorithm. 202 203 To compile this driver as a module, choose M here: the module 204 will be called sch_drr. 205 206 If unsure, say N. 207 |
|
197config NET_SCH_INGRESS 198 tristate "Ingress Qdisc" 199 depends on NET_CLS_ACT 200 ---help--- 201 Say Y here if you want to use classifiers for incoming packets. 202 If unsure, say Y. 203 204 To compile this code as a module, choose M here: the --- 317 unchanged lines hidden --- | 208config NET_SCH_INGRESS 209 tristate "Ingress Qdisc" 210 depends on NET_CLS_ACT 211 ---help--- 212 Say Y here if you want to use classifiers for incoming packets. 213 If unsure, say Y. 214 215 To compile this code as a module, choose M here: the --- 317 unchanged lines hidden --- |