Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) | Kconfig (c4c8f39a57bf5057fc51a848d42b7e348ecfa31d) |
---|---|
1# 2# Netronome device configuration 3# 4 5config NET_VENDOR_NETRONOME 6 bool "Netronome(R) devices" 7 default y 8 ---help--- --- 22 unchanged lines hidden (view full) --- 31 depends on NET_SWITCHDEV 32 default y 33 ---help--- 34 Enable driver support for TC Flower offload on NFP4000 and NFP6000. 35 Say Y, if you are planning to make use of TC Flower offload 36 either directly, with Open vSwitch, or any other way. Note that 37 TC Flower offload requires specific FW to work. 38 | 1# 2# Netronome device configuration 3# 4 5config NET_VENDOR_NETRONOME 6 bool "Netronome(R) devices" 7 default y 8 ---help--- --- 22 unchanged lines hidden (view full) --- 31 depends on NET_SWITCHDEV 32 default y 33 ---help--- 34 Enable driver support for TC Flower offload on NFP4000 and NFP6000. 35 Say Y, if you are planning to make use of TC Flower offload 36 either directly, with Open vSwitch, or any other way. Note that 37 TC Flower offload requires specific FW to work. 38 |
39config NFP_APP_ABM_NIC 40 bool "NFP4000/NFP6000 Advanced buffer management NIC support" 41 depends on NFP 42 depends on NET_SWITCHDEV 43 default y 44 help 45 Enable driver support for Advanced buffer management NIC on NFP. 46 ABM NIC allows advanced configuration of queuing and scheduling 47 of packets, including ECN marking. Say Y, if you are planning to 48 use one of the NFP4000 and NFP6000 platforms which support this 49 functionality. 50 Code will be built into the nfp.ko driver. 51 |
|
39config NFP_DEBUG 40 bool "Debug support for Netronome(R) NFP4000/NFP6000 NIC drivers" 41 depends on NFP 42 ---help--- 43 Enable extra sanity checks and debugfs support in 44 Netronome(R) NFP4000/NFP6000 NIC drivers. 45 Note: selecting this option may adversely impact 46 performance. 47 48endif | 52config NFP_DEBUG 53 bool "Debug support for Netronome(R) NFP4000/NFP6000 NIC drivers" 54 depends on NFP 55 ---help--- 56 Enable extra sanity checks and debugfs support in 57 Netronome(R) NFP4000/NFP6000 NIC drivers. 58 Note: selecting this option may adversely impact 59 performance. 60 61endif |