]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/rte_pmd_ixgbe.h
net: add rte prefix to ether structures
[dpdk.git] / drivers / net / ixgbe / rte_pmd_ixgbe.h
index 72a941f9dc8125a73c76e8d928f36311dd95eab9..84c688472973c7e47a6b9bce2f30d01a89a70cdf 100644 (file)
@@ -42,7 +42,7 @@ int rte_pmd_ixgbe_ping_vf(uint16_t port, uint16_t vf);
  *   - (-EINVAL) if *vf* or *mac_addr* is invalid.
  */
 int rte_pmd_ixgbe_set_vf_mac_addr(uint16_t port, uint16_t vf,
-               struct ether_addr *mac_addr);
+               struct rte_ether_addr *mac_addr);
 
 /**
  * Enable/Disable VF VLAN anti spoofing.