summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/Kconfig
diff options
context:
space:
mode:
authorAlexander Duyck <aduyck@mirantis.com>2016-06-16 12:22:19 -0700
committerDavid S. Miller <davem@davemloft.net>2016-06-17 20:23:30 -0700
commitb3a49557d53108eea959347e5a67b695729c2779 (patch)
treefdcd35991a3f0e54f8e818da90e286e5237f3693 /drivers/net/ethernet/mellanox/mlx4/Kconfig
parent06a5f7f167c53d4116c3b13912d082f4116a620f (diff)
downloadlinux-b3a49557d53108eea959347e5a67b695729c2779.tar.bz2
ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
This change replaces the network device operations for adding or removing a VXLAN port with operations that are more generically defined to be used for any UDP offload port but provide a type. As such by just adding a line to verify that the offload type is VXLAN we can maintain the same functionality. In addition I updated the socket address family check so that instead of excluding IPv6 we instead abort of type is not IPv4. This makes much more sense as we should only be supporting IPv4 outer addresses on this hardware. The last change is that I pulled the rtnl_lock/unlock into the conditional statement for IXGBE_FLAG2_VXLAN_REREG_NEEDED. The motivation behind this is to avoid unneeded bouncing of the mutex which will just slow down the handling of this call anyway. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/Kconfig')
0 files changed, 0 insertions, 0 deletions