]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_gro/gro_vxlan_tcp4.h
net: add rte prefix to ether structures
[dpdk.git] / lib / librte_gro / gro_vxlan_tcp4.h
index 0cafb9211ccb5821cd815c6b0ffcf9282263f8fb..7832942a680cf456f1841fde8966bebae4654808 100644 (file)
 /* Header fields representing a VxLAN flow */
 struct vxlan_tcp4_flow_key {
        struct tcp4_flow_key inner_key;
-       struct vxlan_hdr vxlan_hdr;
+       struct rte_vxlan_hdr vxlan_hdr;
 
-       struct ether_addr outer_eth_saddr;
-       struct ether_addr outer_eth_daddr;
+       struct rte_ether_addr outer_eth_saddr;
+       struct rte_ether_addr outer_eth_daddr;
 
        uint32_t outer_ip_src_addr;
        uint32_t outer_ip_dst_addr;