Kconfig (ef6980b6becb1afd9d82a4f043749a10ae81bf14) | Kconfig (084e2f6566d2a39c007ed6473f58b551a2eeefeb) |
---|---|
1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 737 unchanged lines hidden (view full) --- 746 Say Y here to allow for sourcing and terminating metadata 747 For details refer to netdev01 paper: 748 "Distributing Linux Traffic Control Classifier-Action Subsystem" 749 Authors: Jamal Hadi Salim and Damascene M. Joachimpillai 750 751 To compile this code as a module, choose M here: the 752 module will be called act_ife. 753 | 1# 2# Traffic control configuration. 3# 4 5menuconfig NET_SCHED 6 bool "QoS and/or fair queueing" 7 select NET_SCH_FIFO 8 ---help--- --- 737 unchanged lines hidden (view full) --- 746 Say Y here to allow for sourcing and terminating metadata 747 For details refer to netdev01 paper: 748 "Distributing Linux Traffic Control Classifier-Action Subsystem" 749 Authors: Jamal Hadi Salim and Damascene M. Joachimpillai 750 751 To compile this code as a module, choose M here: the 752 module will be called act_ife. 753 |
754config NET_IFE_SKBMARK 755 tristate "Support to encoding decoding skb mark on IFE action" 756 depends on NET_ACT_IFE 757 ---help--- 758 |
|
754config NET_CLS_IND 755 bool "Incoming device classification" 756 depends on NET_CLS_U32 || NET_CLS_FW 757 ---help--- 758 Say Y here to extend the u32 and fw classifier to support 759 classification based on the incoming device. This option is 760 likely to disappear in favour of the metadata ematch. 761 762endif # NET_SCHED 763 764config NET_SCH_FIFO 765 bool | 759config NET_CLS_IND 760 bool "Incoming device classification" 761 depends on NET_CLS_U32 || NET_CLS_FW 762 ---help--- 763 Say Y here to extend the u32 and fw classifier to support 764 classification based on the incoming device. This option is 765 likely to disappear in favour of the metadata ematch. 766 767endif # NET_SCHED 768 769config NET_SCH_FIFO 770 bool |