[dpdk-dev] ethdev: fix LIBABIVER

Message ID 20170914145506.75970-1-ferruh.yigit@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Ferruh Yigit Sept. 14, 2017, 2:55 p.m. UTC
  Fixes: c33ade1227a5 ("doc: notify ethdev callback process API change")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_ether/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Yang, Zhiyong Sept. 27, 2017, 2:06 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Thursday, September 14, 2017 10:55 PM
> To: Thomas Monjalon <thomas@monjalon.net>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER
> 
> 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 | 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
  
Thomas Monjalon Oct. 4, 2017, 9:54 p.m. UTC | #2
Added this comment:
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>

Applied, thanks
  

Patch

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