From 10ae544444cfafc4367d9c1f39f332b6206772bf Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Wed, 28 Apr 2021 15:39:11 +0000 Subject: bump dpdk version to 20.05 Bump dpdk version to 20.05 and adjust tldk source. Signed-off-by: Konstantin Ananyev Change-Id: Id2ce864ad20b3b347f1ac05cd67c15384e454c52 --- examples/l4fwd/netbe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/l4fwd/netbe.h') diff --git a/examples/l4fwd/netbe.h b/examples/l4fwd/netbe.h index 661cdcb..430bc28 100644 --- a/examples/l4fwd/netbe.h +++ b/examples/l4fwd/netbe.h @@ -75,7 +75,7 @@ struct netbe_port { uint64_t tx_offload; uint32_t ipv4; struct in6_addr ipv6; - struct ether_addr mac; + struct rte_ether_addr mac; uint32_t hash_key_size; uint8_t hash_key[RSS_HASH_KEY_LENGTH]; }; @@ -90,7 +90,7 @@ struct netbe_dest { struct in_addr ipv4; struct in6_addr ipv6; }; - struct ether_addr mac; + struct rte_ether_addr mac; }; struct netbe_dest_prm { -- cgit 1.2.3-korg