commit | f174cdbe5ba7ff4e25fe20f3801607d648aea8d3 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Thu Jun 16 12:21:57 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 20:23:30 2016 -0700 |
tree | 94089c2738785b9ab3fa746e3d64432db4d81564 | |
parent | bde6b7cdaed82040ba81d180e8c096c6af3515a9 [diff] |
fm10k: 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 if VXLAN we can maintain the same functionality. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>