Kconfig (38fd2c202a3d82bc12430bce5789fa2c2a406f71) | Kconfig (d4b36210c2e6ecef0ce52fb6c18c51144f5c2d88) |
---|---|
1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 272 unchanged lines hidden (view full) --- 281 set by TCP stack into sk->sk_pacing_rate (for localy generated 282 traffic) 283 284 To compile this driver as a module, choose M here: the module 285 will be called sch_fq. 286 287 If unsure, say N. 288 | 1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 272 unchanged lines hidden (view full) --- 281 set by TCP stack into sk->sk_pacing_rate (for localy generated 282 traffic) 283 284 To compile this driver as a module, choose M here: the module 285 will be called sch_fq. 286 287 If unsure, say N. 288 |
289config NET_SCH_HHF 290 tristate "Heavy-Hitter Filter (HHF)" 291 help 292 Say Y here if you want to use the Heavy-Hitter Filter (HHF) 293 packet scheduling algorithm. 294 295 To compile this driver as a module, choose M here: the module 296 will be called sch_hhf. 297 298config NET_SCH_PIE 299 tristate "Proportional Integral controller Enhanced (PIE) scheduler" 300 help 301 Say Y here if you want to use the Proportional Integral controller 302 Enhanced scheduler packet scheduling algorithm. 303 For more information, please see 304 http://tools.ietf.org/html/draft-pan-tsvwg-pie-00 305 306 To compile this driver as a module, choose M here: the module 307 will be called sch_pie. 308 309 If unsure, say N. 310 |
|
289config NET_SCH_INGRESS 290 tristate "Ingress Qdisc" 291 depends on NET_CLS_ACT 292 ---help--- 293 Say Y here if you want to use classifiers for incoming packets. 294 If unsure, say Y. 295 296 To compile this code as a module, choose M here: the --- 133 unchanged lines hidden (view full) --- 430 in combination with SFQ. 431 432 To compile this code as a module, choose M here: the 433 module will be called cls_flow. 434 435config NET_CLS_CGROUP 436 tristate "Control Group Classifier" 437 select NET_CLS | 311config NET_SCH_INGRESS 312 tristate "Ingress Qdisc" 313 depends on NET_CLS_ACT 314 ---help--- 315 Say Y here if you want to use classifiers for incoming packets. 316 If unsure, say Y. 317 318 To compile this code as a module, choose M here: the --- 133 unchanged lines hidden (view full) --- 452 in combination with SFQ. 453 454 To compile this code as a module, choose M here: the 455 module will be called cls_flow. 456 457config NET_CLS_CGROUP 458 tristate "Control Group Classifier" 459 select NET_CLS |
460 select CGROUP_NET_CLASSID |
|
438 depends on CGROUPS 439 ---help--- 440 Say Y here if you want to classify packets based on the control 441 cgroup of their process. 442 443 To compile this code as a module, choose M here: the 444 module will be called cls_cgroup. 445 --- 232 unchanged lines hidden --- | 461 depends on CGROUPS 462 ---help--- 463 Say Y here if you want to classify packets based on the control 464 cgroup of their process. 465 466 To compile this code as a module, choose M here: the 467 module will be called cls_cgroup. 468 --- 232 unchanged lines hidden --- |