DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ethdev: fix LIBABIVER
@ 2017-09-14 14:55 Ferruh Yigit
  2017-09-27  2:06 ` Yang, Zhiyong
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-09-14 14:55 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ferruh Yigit, stable

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(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER
  2017-09-14 14:55 [dpdk-dev] [PATCH] ethdev: fix LIBABIVER Ferruh Yigit
@ 2017-09-27  2:06 ` Yang, Zhiyong
  2017-10-04 21:54   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Yang, Zhiyong @ 2017-09-27  2:06 UTC (permalink / raw)
  To: Yigit, Ferruh, Thomas Monjalon; +Cc: dev, Yigit, Ferruh, stable

> -----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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] ethdev: fix LIBABIVER
  2017-09-27  2:06 ` Yang, Zhiyong
@ 2017-10-04 21:54   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-10-04 21:54 UTC (permalink / raw)
  To: Yigit, Ferruh; +Cc: dev, Yang, Zhiyong, stable

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-04 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 14:55 [dpdk-dev] [PATCH] ethdev: fix LIBABIVER Ferruh Yigit
2017-09-27  2:06 ` Yang, Zhiyong
2017-10-04 21:54   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).