X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_link_bonding.c;h=a4d52a734b03a2e0fbbfc0dc33f6cdcac8dc59d7;hp=c1c22fb96c7d3ac45ec9d5c9230dcd89c096ee6f;hb=e73e3547ce54d7ae48dff82d87efac0b7a30692a;hpb=f41b5156feb575b9cfeb177974c8e625e09b480f diff --git a/app/test/test_link_bonding.c b/app/test/test_link_bonding.c index c1c22fb96c..a4d52a734b 100644 --- a/app/test/test_link_bonding.c +++ b/app/test/test_link_bonding.c @@ -80,13 +80,13 @@ struct link_bonding_unittest_params { struct rte_ether_hdr *pkt_eth_hdr; struct rte_ipv4_hdr *pkt_ipv4_hdr; struct rte_ipv6_hdr *pkt_ipv6_hdr; - struct udp_hdr *pkt_udp_hdr; + struct rte_udp_hdr *pkt_udp_hdr; }; static struct rte_ipv4_hdr pkt_ipv4_hdr; static struct rte_ipv6_hdr pkt_ipv6_hdr; -static struct udp_hdr pkt_udp_hdr; +static struct rte_udp_hdr pkt_udp_hdr; static struct link_bonding_unittest_params default_params = { .bonded_port_id = -1,