diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 9437b27ff84d..6767e54155db 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -106,6 +106,15 @@ config NET_SCH_PRIO | |||
106 | To compile this code as a module, choose M here: the | 106 | To compile this code as a module, choose M here: the |
107 | module will be called sch_prio. | 107 | module will be called sch_prio. |
108 | 108 | ||
109 | config NET_SCH_MULTIQ | ||
110 | tristate "Hardware Multiqueue-aware Multi Band Queuing (MULTIQ)" | ||
111 | ---help--- | ||
112 | Say Y here if you want to use an n-band queue packet scheduler | ||
113 | to support devices that have multiple hardware transmit queues. | ||
114 | |||
115 | To compile this code as a module, choose M here: the | ||
116 | module will be called sch_multiq. | ||
117 | |||
109 | config NET_SCH_RED | 118 | config NET_SCH_RED |
110 | tristate "Random Early Detection (RED)" | 119 | tristate "Random Early Detection (RED)" |
111 | ---help--- | 120 | ---help--- |
@@ -476,6 +485,17 @@ config NET_ACT_SIMP | |||
476 | To compile this code as a module, choose M here: the | 485 | To compile this code as a module, choose M here: the |
477 | module will be called simple. | 486 | module will be called simple. |
478 | 487 | ||
488 | config NET_ACT_SKBEDIT | ||
489 | tristate "SKB Editing" | ||
490 | depends on NET_CLS_ACT | ||
491 | ---help--- | ||
492 | Say Y here to change skb priority or queue_mapping settings. | ||
493 | |||
494 | If unsure, say N. | ||
495 | |||
496 | To compile this code as a module, choose M here: the | ||
497 | module will be called skbedit. | ||
498 | |||
479 | config NET_CLS_IND | 499 | config NET_CLS_IND |
480 | bool "Incoming device classification" | 500 | bool "Incoming device classification" |
481 | depends on NET_CLS_U32 || NET_CLS_FW | 501 | depends on NET_CLS_U32 || NET_CLS_FW |