[dpdk-stable] patch 'mbuf: fix library version on meson build' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Thu Nov 22 17:49:20 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.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/28/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From b85d62b97ad28879786fc75b5b6b26b923f03ce1 Mon Sep 17 00:00:00 2001
From: Ferruh Yigit <ferruh.yigit at intel.com>
Date: Mon, 15 Oct 2018 15:50:55 +0100
Subject: [PATCH] mbuf: fix library version on meson build

[ upstream commit 63f54e650a47c2ec8a66e820a1bffd53d6eaa765 ]

Fixes: d27a6261875d ("mbuf: remove control mbuf")

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
Acked-by: Luca Boccassi <bluca at debian.org>
---
 lib/librte_mbuf/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build
index 45ffb0db5..94d9c4c96 100644
--- a/lib/librte_mbuf/meson.build
+++ b/lib/librte_mbuf/meson.build
@@ -2,5 +2,5 @@
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
+version = 4
 sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
 headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-22 16:47:32.990861148 +0000
+++ 0028-mbuf-fix-library-version-on-meson-build.patch	2018-11-22 16:47:32.000000000 +0000
@@ -1,10 +1,11 @@
-From 63f54e650a47c2ec8a66e820a1bffd53d6eaa765 Mon Sep 17 00:00:00 2001
+From b85d62b97ad28879786fc75b5b6b26b923f03ce1 Mon Sep 17 00:00:00 2001
 From: Ferruh Yigit <ferruh.yigit at intel.com>
 Date: Mon, 15 Oct 2018 15:50:55 +0100
 Subject: [PATCH] mbuf: fix library version on meson build
 
+[ upstream commit 63f54e650a47c2ec8a66e820a1bffd53d6eaa765 ]
+
 Fixes: d27a6261875d ("mbuf: remove control mbuf")
-Cc: stable at dpdk.org
 
 Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
 Acked-by: Luca Boccassi <bluca at debian.org>


More information about the stable mailing list