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/parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/l4fwd/parse.h') diff --git a/examples/l4fwd/parse.h b/examples/l4fwd/parse.h index 4303623..4634d60 100644 --- a/examples/l4fwd/parse.h +++ b/examples/l4fwd/parse.h @@ -29,7 +29,7 @@ union parse_val { struct in6_addr addr6; }; } in; - struct ether_addr mac; + struct rte_ether_addr mac; rte_cpuset_t cpuset; }; -- cgit 1.2.3-korg