summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/Kconfig
diff options
context:
space:
mode:
authorJakub Kicinski2018-05-22 07:12:47 +0200
committerDavid S. Miller2018-05-23 20:26:18 +0200
commitc4c8f39a57bf5057fc51a848d42b7e348ecfa31d (patch)
tree129aac8c6e4dc7e34f0cd0e9fe6e15a1d5148f63 /drivers/net/ethernet/netronome/Kconfig
parentnfp: core: allow 4-byte aligned accesses to Memory Units (diff)
downloadkernel-qcow2-linux-c4c8f39a57bf5057fc51a848d42b7e348ecfa31d.tar.gz
kernel-qcow2-linux-c4c8f39a57bf5057fc51a848d42b7e348ecfa31d.tar.xz
kernel-qcow2-linux-c4c8f39a57bf5057fc51a848d42b7e348ecfa31d.zip
nfp: abm: add initial active buffer management NIC skeleton
Add a very rudimentary active buffer management NIC support. For now it's like a core NIC without SR-IOV support. Next commits will extend its functionality. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/netronome/Kconfig')
-rw-r--r--drivers/net/ethernet/netronome/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/ethernet/netronome/Kconfig b/drivers/net/ethernet/netronome/Kconfig
index ae0c46ba7546..66f15b05b65e 100644
--- a/drivers/net/ethernet/netronome/Kconfig
+++ b/drivers/net/ethernet/netronome/Kconfig
@@ -36,6 +36,19 @@ config NFP_APP_FLOWER
either directly, with Open vSwitch, or any other way. Note that
TC Flower offload requires specific FW to work.
+config NFP_APP_ABM_NIC
+ bool "NFP4000/NFP6000 Advanced buffer management NIC support"
+ depends on NFP
+ depends on NET_SWITCHDEV
+ default y
+ help
+ Enable driver support for Advanced buffer management NIC on NFP.
+ ABM NIC allows advanced configuration of queuing and scheduling
+ of packets, including ECN marking. Say Y, if you are planning to
+ use one of the NFP4000 and NFP6000 platforms which support this
+ functionality.
+ Code will be built into the nfp.ko driver.
+
config NFP_DEBUG
bool "Debug support for Netronome(R) NFP4000/NFP6000 NIC drivers"
depends on NFP