Kconfig (97f2aab6698f3ab2552c41c1024a65ffd0763a6d) | Kconfig (bb7e8c5a55c1f5d4192f4b61a84a791796ebf0c3) |
---|---|
1# 2# Traffic control configuration. 3# 4 5menu "QoS and/or fair queueing" 6 7config NET_SCHED 8 bool "QoS and/or fair queueing" --- 397 unchanged lines hidden (view full) --- 406 407 To compile this code as a module, choose M here: the 408 module will be called em_u32. 409 410config NET_EMATCH_META 411 tristate "Metadata" 412 depends on NET_EMATCH 413 ---help--- | 1# 2# Traffic control configuration. 3# 4 5menu "QoS and/or fair queueing" 6 7config NET_SCHED 8 bool "QoS and/or fair queueing" --- 397 unchanged lines hidden (view full) --- 406 407 To compile this code as a module, choose M here: the 408 module will be called em_u32. 409 410config NET_EMATCH_META 411 tristate "Metadata" 412 depends on NET_EMATCH 413 ---help--- |
414 Say Y here if you want to be ablt to classify packets based on | 414 Say Y here if you want to be able to classify packets based on |
415 metadata such as load average, netfilter attributes, socket 416 attributes and routing decisions. 417 418 To compile this code as a module, choose M here: the 419 module will be called em_meta. 420 421config NET_EMATCH_TEXT 422 tristate "Textsearch" --- 124 unchanged lines hidden --- | 415 metadata such as load average, netfilter attributes, socket 416 attributes and routing decisions. 417 418 To compile this code as a module, choose M here: the 419 module will be called em_meta. 420 421config NET_EMATCH_TEXT 422 tristate "Textsearch" --- 124 unchanged lines hidden --- |