[dpdk-dev] [PATCH] ethdev: fix LIBABIVER

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 14 16:55:06 CEST 2017


Fixes: c33ade1227a5 ("doc: notify ethdev callback process API change")
Cc: stable at dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 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 c65f1f9a1..16bb2d077 100644
--- a/lib/librte_ether/Makefile
+++ b/lib/librte_ether/Makefile
@@ -40,7 +40,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.13.5



More information about the dev mailing list