diff options
author | Jiri Benc <jbenc@redhat.com> | 2015-09-17 17:11:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-18 08:32:16 +0300 |
commit | 1e5b311ab2cc3baf73cdff066ab39c7466bf166b (patch) | |
tree | 5badff59c0117f8e633cbc10ff1237b10774f723 /drivers/net/ethernet/emulex/benet/be.h | |
parent | 378fddc281072a10b621341b9f78c902303a8fe7 (diff) | |
download | linux-1e5b311ab2cc3baf73cdff066ab39c7466bf166b.tar.xz |
be2net: allow offloading with the same port for IPv4 and IPv6
The callback for adding vxlan port can be called with the same port for both
IPv4 and IPv6. Do not disable the offloading if this occurs.
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Sathya Perla <sathya.perla@avagotech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/emulex/benet/be.h')
-rw-r--r-- | drivers/net/ethernet/emulex/benet/be.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 0a27805cbbbd..821540913343 100644 --- a/drivers/net/ethernet/emulex/benet/be.h +++ b/drivers/net/ethernet/emulex/benet/be.h @@ -582,6 +582,7 @@ struct be_adapter { u16 pvid; __be16 vxlan_port; int vxlan_port_count; + int vxlan_port_aliases; struct phy_info phy; u8 wol_cap; bool wol_en; |