]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_gro/gro_tcp4.h
net: add rte prefix to ether structures
[dpdk.git] / lib / librte_gro / gro_tcp4.h
index d979248834152a27ad11653d441c0060675e3ec5..988cca8c6b4bd6a72f816c3ad6ce65e21410b04f 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;