[dpdk-stable] patch 'ring: add library version to meson build' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Thu Nov 22 17:49:21 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 06edceda1fde2e9ef31d2251c500b4d355c0c8cd Mon Sep 17 00:00:00 2001
From: Ferruh Yigit <ferruh.yigit at intel.com>
Date: Mon, 15 Oct 2018 15:50:56 +0100
Subject: [PATCH] ring: add library version to meson build

[ upstream commit 73aa5c1332c6fff67ba8e26608595ab2f1fa3cfc ]

Fixes: a3d6026711d0 ("ring: relax alignment constraint on ring structure")

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

diff --git a/lib/librte_ring/meson.build b/lib/librte_ring/meson.build
index ca8a435e9..ab8b0b469 100644
--- a/lib/librte_ring/meson.build
+++ b/lib/librte_ring/meson.build
@@ -2,4 +2,5 @@
 # Copyright(c) 2017 Intel Corporation
 
+version = 2
 sources = files('rte_ring.c')
 headers = files('rte_ring.h',
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-22 16:47:33.013825802 +0000
+++ 0029-ring-add-library-version-to-meson-build.patch	2018-11-22 16:47:32.000000000 +0000
@@ -1,10 +1,11 @@
-From 73aa5c1332c6fff67ba8e26608595ab2f1fa3cfc Mon Sep 17 00:00:00 2001
+From 06edceda1fde2e9ef31d2251c500b4d355c0c8cd Mon Sep 17 00:00:00 2001
 From: Ferruh Yigit <ferruh.yigit at intel.com>
 Date: Mon, 15 Oct 2018 15:50:56 +0100
 Subject: [PATCH] ring: add library version to meson build
 
+[ upstream commit 73aa5c1332c6fff67ba8e26608595ab2f1fa3cfc ]
+
 Fixes: a3d6026711d0 ("ring: relax alignment constraint on ring structure")
-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