net: add rte prefix to udp structure
[dpdk.git] / test / test / test_link_bonding_mode4.c
index 68be2fc..dea18f8 100644 (file)
@@ -732,7 +732,7 @@ generate_packets(struct rte_ether_addr *src_mac,
        uint32_t ip_dst[4] = { [0 ... 2] = 0xFEEDFACE, [3] = RTE_IPv4(192, 168, 0, 2) };
 
        struct rte_ether_hdr pkt_eth_hdr;
-       struct udp_hdr pkt_udp_hdr;
+       struct rte_udp_hdr pkt_udp_hdr;
        union {
                struct rte_ipv4_hdr v4;
                struct ipv6_hdr v6;