net: add rte prefix to ether structures
[dpdk.git] / lib / librte_gro / gro_tcp4.h
index d979248..988cca8 100644 (file)
@@ -24,8 +24,8 @@
 
 /* Header fields representing a TCP/IPv4 flow */
 struct tcp4_flow_key {
-       struct ether_addr eth_saddr;
-       struct ether_addr eth_daddr;
+       struct rte_ether_addr eth_saddr;
+       struct rte_ether_addr eth_daddr;
        uint32_t ip_src_addr;
        uint32_t ip_dst_addr;