diff options
author | Alexander Duyck <aduyck@mirantis.com> | 2016-06-16 21:21:19 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-18 05:23:29 +0200 |
commit | ad51b8e9f9f4f8172eb7a6219d3005861bfb9a57 (patch) | |
tree | d924ee05dfc3352987c1dcb38773f0d5a5ee8549 /drivers/net/ethernet/broadcom/Kconfig | |
parent | bnx2x: Move all UDP port notifiers to single function (diff) | |
download | linux-ad51b8e9f9f4f8172eb7a6219d3005861bfb9a57.tar.xz linux-ad51b8e9f9f4f8172eb7a6219d3005861bfb9a57.zip |
bnxt: Update drivers to support unified UDP encapsulation offload functions
This patch ends up doing several things. First it updates the driver to
make use of the new unified UDP tunnel offload notifier functions. In
addition I updated the code so that we can work around the bits that were
checking for if VXLAN was enabled since we are now using a notifier based
setup.
Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Acked-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/Kconfig')
-rw-r--r-- | drivers/net/ethernet/broadcom/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index d92c37fa8036..d74a92e1c27d 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig @@ -166,7 +166,6 @@ config SYSTEMPORT config BNXT tristate "Broadcom NetXtreme-C/E support" depends on PCI - depends on VXLAN || VXLAN=n select FW_LOADER select LIBCRC32C ---help--- |