[dpdk-stable] patch 'eal: fix header file install with meson' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:26:51 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/17/19. 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. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/354880696587303bd02bc438faf8539f14ee861d

Thanks.

Kevin.

---
>From 354880696587303bd02bc438faf8539f14ee861d Mon Sep 17 00:00:00 2001
From: Ali Alnubani <alialnu at mellanox.com>
Date: Tue, 26 Nov 2019 15:38:36 +0000
Subject: [PATCH] eal: fix header file install with meson

[ upstream commit 64a525aad95b6a0d04c526d8253fe151aef866fb ]

The header file 'rte_vfio.h' might be required by some external apps.
This patch adds it to the list of common_headers so that it's
installed by meson.

Fixes: 610beca42ea4 ("build: remove library special cases")

Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
Reviewed-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/librte_eal/common/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/librte_eal/common/meson.build b/lib/librte_eal/common/meson.build
index 2a10d57d8..b95b81334 100644
--- a/lib/librte_eal/common/meson.build
+++ b/lib/librte_eal/common/meson.build
@@ -85,5 +85,6 @@ common_headers = files(
 	'include/rte_time.h',
 	'include/rte_uuid.h',
-	'include/rte_version.h')
+	'include/rte_version.h',
+	'include/rte_vfio.h')
 
 # special case install the generic headers, since they go in a subdir
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:17.321600157 +0000
+++ 0059-eal-fix-header-file-install-with-meson.patch	2019-12-11 21:24:12.723650060 +0000
@@ -1 +1 @@
-From 64a525aad95b6a0d04c526d8253fe151aef866fb Mon Sep 17 00:00:00 2001
+From 354880696587303bd02bc438faf8539f14ee861d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 64a525aad95b6a0d04c526d8253fe151aef866fb ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index d6a149bec..2b97715a2 100644
+index 2a10d57d8..b95b81334 100644
@@ -24 +25 @@
-@@ -87,5 +87,6 @@ common_headers = files(
+@@ -85,5 +85,6 @@ common_headers = files(



More information about the stable mailing list