X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_link_bonding_mode4.c;h=784501a5ed23cddbbb0520e9b9c581d07eb40f9e;hp=98f9fe2faa2092ba3d13e5a185d29a318bf1209f;hb=e73e3547ce54d7ae48dff82d87efac0b7a30692a;hpb=f41b5156feb575b9cfeb177974c8e625e09b480f diff --git a/app/test/test_link_bonding_mode4.c b/app/test/test_link_bonding_mode4.c index 98f9fe2faa..784501a5ed 100644 --- a/app/test/test_link_bonding_mode4.c +++ b/app/test/test_link_bonding_mode4.c @@ -733,7 +733,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 rte_ipv6_hdr v6;