ethdev: fix ABI version
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Sep 2017 14:55:06 +0000 (15:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Oct 2017 21:50:59 +0000 (23:50 +0200)
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 <ferruh.yigit@intel.com>
Reviewed-by: Zhiyong Yang <zhiyong.yang@intel.com>
lib/librte_ether/Makefile

index 5f65d05..201cb96 100644 (file)
@@ -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