net: add rte prefix to ether defines
[dpdk.git] / drivers / net / ice / ice_ethdev.h
index 4baaf94..1385afa 100644 (file)
  * Considering QinQ packet, the VLAN tag needs to be counted twice.
  */
 #define ICE_ETH_OVERHEAD \
-       (ETHER_HDR_LEN + ETHER_CRC_LEN + ICE_VLAN_TAG_SIZE * 2)
+       (RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN + ICE_VLAN_TAG_SIZE * 2)
 
 struct ice_adapter;