diff options
author | Manish Chopra <manish.chopra@qlogic.com> | 2016-04-14 08:38:30 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-16 00:08:08 +0300 |
commit | b18e170cac62cb7c46d6778c50d7335e01ce566f (patch) | |
tree | 0a502b593ee220774f0f41f6c87223080e75c7e4 /drivers/net/ethernet/qlogic/Kconfig | |
parent | 464f664501816ef5fbbc00b8de96f4ae5a1c9325 (diff) | |
download | linux-b18e170cac62cb7c46d6778c50d7335e01ce566f.tar.xz |
qed/qede: Add VXLAN tunnel slowpath configuration support
This patch enables VXLAN tunnel on the adapter and
add support for driver hooks to configure UDP ports
for VXLAN tunnel offload to be performed by the adapter.
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/Kconfig')
-rw-r--r-- | drivers/net/ethernet/qlogic/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig index ddcfcab034c2..7a65522005ee 100644 --- a/drivers/net/ethernet/qlogic/Kconfig +++ b/drivers/net/ethernet/qlogic/Kconfig @@ -103,4 +103,15 @@ config QEDE depends on QED ---help--- This enables the support for ... + +config QEDE_VXLAN + bool "Virtual eXtensible Local Area Network support" + default n + depends on QEDE && VXLAN && !(QEDE=y && VXLAN=m) + ---help--- + This enables hardware offload support for VXLAN protocol over + qede module. Say Y here if you want to enable hardware offload + support for Virtual eXtensible Local Area Network (VXLAN) + in the driver. + endif # NET_VENDOR_QLOGIC |