net: add rte prefix to ether defines
[dpdk.git] / drivers / net / iavf / iavf.h
index e8f453b..a965f9a 100644 (file)
@@ -56,7 +56,7 @@
  */
 #define IAVF_VLAN_TAG_SIZE               4
 #define IAVF_ETH_OVERHEAD \
-       (ETHER_HDR_LEN + ETHER_CRC_LEN + IAVF_VLAN_TAG_SIZE * 2)
+       (RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN + IAVF_VLAN_TAG_SIZE * 2)
 
 struct iavf_adapter;
 struct iavf_rx_queue;