]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bnx2x: Prevent tunnel config for 577xx
authorMintz, Yuval <Yuval.Mintz@cavium.com>
Sun, 4 Dec 2016 13:30:18 +0000 (15:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Dec 2016 20:08:40 +0000 (15:08 -0500)
commit360d9df2acd9f0b89aabaf16fca08954f113bd4e
tree4f1b9be82d4a07c7bd7c485d04dc4d8bc944760b
parent65870fa77fd7f83d7be4ed924d47ed9e3831f434
bnx2x: Prevent tunnel config for 577xx

Only the 578xx adapters are capable of configuring UDP ports for
the purpose of tunnelling - doing the same on 577xx might lead to
a firmware assertion.
We're already not claiming support for any related feature for such
devices, but we also need to prevent the configuration of the UDP
ports to the device in this case.

Fixes: f34fa14cc033 ("bnx2x: Add vxlan RSS support")
Reported-by: Anikina Anna <anikina@gmail.com>
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c