]> git.droids-corp.org - dpdk.git/blobdiff - app/test/packet_burst_generator.h
bond: remove offload flags from transmit policy checks
[dpdk.git] / app / test / packet_burst_generator.h
index f86589eab8c612eb32d4d28e4e4f9bcb0d4af1f8..666cc8e59778346d4523f978859d79d21bd4f148 100644 (file)
@@ -53,7 +53,8 @@ extern "C" {
 
 void
 initialize_eth_header(struct ether_hdr *eth_hdr, struct ether_addr *src_mac,
-               struct ether_addr *dst_mac, uint8_t vlan_enabled, uint16_t van_id);
+               struct ether_addr *dst_mac, uint8_t ipv4, uint8_t vlan_enabled,
+               uint16_t van_id);
 
 uint16_t
 initialize_udp_header(struct udp_hdr *udp_hdr, uint16_t src_port,