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

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri May 22 11:40:16 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.3

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

Thanks.

Luca Boccassi

---
>From c85044909a812def4bcce482aded51c0da10fa7b 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 d79fc31644..a4fe684fc4 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -9,5 +9,7 @@ endif
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
 
+install_headers('rte_dpaa2_mempool.h')
+
 # depends on fslmc bus which uses experimental API
 allow_experimental_apis = true
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-22 10:37:40.677474280 +0100
+++ 0037-mempool-dpaa2-install-missing-header-with-meson.patch	2020-05-22 10:37:39.240414721 +0100
@@ -1,13 +1,14 @@
-From a95e588c07518356725ca1f30189262e3d1b1593 Mon Sep 17 00:00:00 2001
+From c85044909a812def4bcce482aded51c0da10fa7b 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")
-Cc: stable at dpdk.org
 
 Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
 Acked-by: Ray Kinsella <mdr at ashroe.eu>
@@ -16,15 +17,17 @@
  1 file changed, 2 insertions(+)
 
 diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build
-index df299a0456..c3f479afa1 100644
+index d79fc31644..a4fe684fc4 100644
 --- a/drivers/mempool/dpaa2/meson.build
 +++ b/drivers/mempool/dpaa2/meson.build
-@@ -8,3 +8,5 @@ endif
- 
+@@ -9,5 +9,7 @@ endif
  deps += ['bus_fslmc']
  sources = files('dpaa2_hw_mempool.c')
-+
+ 
 +install_headers('rte_dpaa2_mempool.h')
++
+ # depends on fslmc bus which uses experimental API
+ allow_experimental_apis = true
 -- 
 2.20.1
 


More information about the stable mailing list