be2net: Export tunnel offloads only when a VxLAN tunnel is created
authorSriharsha Basavapatna <sriharsha.basavapatna@emulex.com>
Thu, 11 Dec 2014 08:24:47 +0000 (03:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Dec 2014 19:37:24 +0000 (14:37 -0500)
commit630f4b70567fa0e2dc9283829f7cee04a5de3be2
tree577b5d263b8d50ebdf8a3cf4d2dfd5c147070236
parent0a4b5a2488347a53ad695cf6a87e4b8fbede9eaa
be2net: Export tunnel offloads only when a VxLAN tunnel is created

The encapsulated offload flags shouldn't be unconditionally exported
to the stack. The stack expects offloading to work across all tunnel
types when those flags are set. This would break other tunnels (like
GRE) since be2net currently supports tunnel offload for VxLAN only.

Also, with VxLANs Skyhawk-R can offload only 1 UDP dport. If more
than 1 UDP port is added, we should disable offloads in that case too.

Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be.h
drivers/net/ethernet/emulex/benet/be_main.c