[dpdk-stable] patch 'ethdev: fix ABI version' has been queued to stable release 17.08.1

Yuanhan Liu yliu at fridaylinux.org
Tue Nov 21 14:15:46 CET 2017


Hi,

FYI, your patch has been queued to stable release 17.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/24/17. So please
shout if anyone has objections.

Thanks.

	--yliu

---
>From 31ebc12ad301b111013f2118dd90f571363f1ee3 Mon Sep 17 00:00:00 2001
From: Ferruh Yigit <ferruh.yigit at intel.com>
Date: Thu, 14 Sep 2017 15:55:06 +0100
Subject: [PATCH] ethdev: fix ABI version

[ upstream commit ccf316071692995431a3e14ff30fa581119c84e9 ]

The ethdev ABI has been broken in release 17.08 without being bumped.

Fixes: c33ade1227a5 ("doc: notify ethdev callback process API change")

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
Reviewed-by: Zhiyong Yang <zhiyong.yang 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 db692ae..b7207a3 100644
--- a/lib/librte_ether/Makefile
+++ b/lib/librte_ether/Makefile
@@ -41,7 +41,7 @@ CFLAGS += $(WERROR_FLAGS)
 
 EXPORT_MAP := rte_ether_version.map
 
-LIBABIVER := 6
+LIBABIVER := 7
 
 SRCS-y += rte_ethdev.c
 SRCS-y += rte_flow.c
-- 
2.7.4



More information about the stable mailing list