[dpdk-stable] patch 'mempool/dpaa2: install missing header with meson' has been queued to LTS release 18.11.9

Kevin Traynor ktraynor at redhat.com
Fri Jun 5 20:25:06 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/10/20. 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/351c25aa6c3d7bd9df520612423e1f394ae1fa5f

Thanks.

Kevin.

---
>From 351c25aa6c3d7bd9df520612423e1f394ae1fa5f Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Fri, 15 May 2020 15:17:47 +0530
Subject: [PATCH] mempool/dpaa2: install missing header with meson

[ upstream commit a95e588c07518356725ca1f30189262e3d1b1593 ]

rte_dpaa2_mempool.h header was missed to be added in meson.build
for header installation.

Fixes: 7ed359909556 ("mempool/dpaa2: add functions for CMDIF")

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
---
 drivers/mempool/dpaa2/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build
index 6b6ead617e..cdec39ddda 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -13,2 +13,4 @@ sources = files('dpaa2_hw_mempool.c')
 # depends on fslmc bus which uses experimental API
 allow_experimental_apis = true
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.21.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-06-05 19:20:54.614227347 +0100
+++ 0069-mempool-dpaa2-install-missing-header-with-meson.patch	2020-06-05 19:20:50.943037791 +0100
@@ -1 +1 @@
-From a95e588c07518356725ca1f30189262e3d1b1593 Mon Sep 17 00:00:00 2001
+From 351c25aa6c3d7bd9df520612423e1f394ae1fa5f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit a95e588c07518356725ca1f30189262e3d1b1593 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index df299a0456..c3f479afa1 100644
+index 6b6ead617e..cdec39ddda 100644
@@ -22,3 +23,3 @@
-@@ -9,2 +9,4 @@ endif
- deps += ['bus_fslmc']
- sources = files('dpaa2_hw_mempool.c')
+@@ -13,2 +13,4 @@ sources = files('dpaa2_hw_mempool.c')
+ # depends on fslmc bus which uses experimental API
+ allow_experimental_apis = true



More information about the stable mailing list