Kconfig (e21e696edb498c7f7eed42ba3096f6bbe13927b6) Kconfig (f400923735ecbb67cbe4a3606c9479f694754f51)
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 302 unchanged lines hidden (view full) ---

311 ---help---
312 If you say Y here, you will be able to classify packets based on
313 a configurable combination of packet keys. This is mostly useful
314 in combination with SFQ.
315
316 To compile this code as a module, choose M here: the
317 module will be called cls_flow.
318
1#
2# Traffic control configuration.
3#
4
5menuconfig NET_SCHED
6 bool "QoS and/or fair queueing"
7 select NET_SCH_FIFO
8 ---help---

--- 302 unchanged lines hidden (view full) ---

311 ---help---
312 If you say Y here, you will be able to classify packets based on
313 a configurable combination of packet keys. This is mostly useful
314 in combination with SFQ.
315
316 To compile this code as a module, choose M here: the
317 module will be called cls_flow.
318
319config NET_CLS_CGROUP
320 bool "Control Group Classifier"
321 select NET_CLS
322 depends on CGROUPS
323 ---help---
324 Say Y here if you want to classify packets based on the control
325 cgroup of their process.
326
327 To compile this code as a module, choose M here: the
328 module will be called cls_cgroup.
329
319config NET_EMATCH
320 bool "Extended Matches"
321 select NET_CLS
322 ---help---
323 Say Y here if you want to use extended matches on top of classifiers
324 and select the extended matches below.
325
326 Extended matches are small classification helpers not worth writing

--- 184 unchanged lines hidden ---
330config NET_EMATCH
331 bool "Extended Matches"
332 select NET_CLS
333 ---help---
334 Say Y here if you want to use extended matches on top of classifiers
335 and select the extended matches below.
336
337 Extended matches are small classification helpers not worth writing

--- 184 unchanged lines hidden ---