From ccf316071692995431a3e14ff30fa581119c84e9 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Thu, 14 Sep 2017 15:55:06 +0100 Subject: [PATCH] ethdev: fix ABI version The ethdev ABI has been broken in release 17.08 without being bumped. Fixes: c33ade1227a5 ("doc: notify ethdev callback process API change") Cc: stable@dpdk.org Signed-off-by: Ferruh Yigit Reviewed-by: Zhiyong Yang --- lib/librte_ether/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index 5f65d05e73..201cb96fc0 100644 --- a/lib/librte_ether/Makefile +++ b/lib/librte_ether/Makefile @@ -41,7 +41,7 @@ CFLAGS += $(WERROR_FLAGS) EXPORT_MAP := rte_ethdev_version.map -LIBABIVER := 6 +LIBABIVER := 7 SRCS-y += rte_ethdev.c SRCS-y += rte_flow.c -- 2.20.1