From: Ferruh Yigit Date: Thu, 14 Sep 2017 14:55:06 +0000 (+0100) Subject: ethdev: fix ABI version X-Git-Tag: spdx-start~2139 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ccf316071692995431a3e14ff30fa581119c84e9;p=dpdk.git 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 --- 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