patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v4 08/13] mempool/dpaa2: fix to add the include file
       [not found] ` <20200514132533.13752-1-hemant.agrawal@nxp.com>
@ 2020-05-14 13:25   ` Hemant Agrawal
       [not found]   ` <20200514142951.31801-1-hemant.agrawal@nxp.com>
       [not found]   ` <20200515094752.28490-1-hemant.agrawal@nxp.com>
  2 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2020-05-14 13:25 UTC (permalink / raw)
  To: dev, david.marchand, mdr; +Cc: stable, Hemant Agrawal

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@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 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 df299a0456..c3f479afa1 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -8,3 +8,5 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-stable] [PATCH v6 08/13] mempool/dpaa2: fix to add the include file
       [not found]   ` <20200514142951.31801-1-hemant.agrawal@nxp.com>
@ 2020-05-14 14:29     ` Hemant Agrawal
       [not found]     ` <20200515050831.22834-1-hemant.agrawal@nxp.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2020-05-14 14:29 UTC (permalink / raw)
  To: dev, david.marchand, mdr; +Cc: stable, Hemant Agrawal

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@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 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 df299a0456..c3f479afa1 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -8,3 +8,5 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-stable] [PATCH v7 08/13] mempool/dpaa2: fix to add the include file
       [not found]     ` <20200515050831.22834-1-hemant.agrawal@nxp.com>
@ 2020-05-15  5:08       ` Hemant Agrawal
  0 siblings, 0 replies; 5+ messages in thread
From: Hemant Agrawal @ 2020-05-15  5:08 UTC (permalink / raw)
  To: dev, david.marchand, mdr; +Cc: stable, Hemant Agrawal

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@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 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 df299a0456..c3f479afa1 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -8,3 +8,5 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-stable] [PATCH v8 08/13] mempool/dpaa2: fix to add the include file
       [not found]   ` <20200515094752.28490-1-hemant.agrawal@nxp.com>
@ 2020-05-15  9:47     ` Hemant Agrawal
  2020-05-19 11:18       ` Ray Kinsella
  0 siblings, 1 reply; 5+ messages in thread
From: Hemant Agrawal @ 2020-05-15  9:47 UTC (permalink / raw)
  To: dev, david.marchand, mdr; +Cc: stable, Hemant Agrawal

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@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 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 df299a0456..c3f479afa1 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -8,3 +8,5 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-stable] [PATCH v8 08/13] mempool/dpaa2: fix to add the include file
  2020-05-15  9:47     ` [dpdk-stable] [PATCH v8 " Hemant Agrawal
@ 2020-05-19 11:18       ` Ray Kinsella
  0 siblings, 0 replies; 5+ messages in thread
From: Ray Kinsella @ 2020-05-19 11:18 UTC (permalink / raw)
  To: Hemant Agrawal, dev, david.marchand; +Cc: stable



On 15/05/2020 10:47, Hemant Agrawal wrote:
> 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@dpdk.org
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---
>  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 df299a0456..c3f479afa1 100644
> --- a/drivers/mempool/dpaa2/meson.build
> +++ b/drivers/mempool/dpaa2/meson.build
> @@ -8,3 +8,5 @@ endif
>  
>  deps += ['bus_fslmc']
>  sources = files('dpaa2_hw_mempool.c')
> +
> +install_headers('rte_dpaa2_mempool.h')
> 
Acked-by: Ray Kinsella <mdr@ashroe.eu>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-19 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200513132745.9006-1-hemant.agrawal@nxp.com>
     [not found] ` <20200514132533.13752-1-hemant.agrawal@nxp.com>
2020-05-14 13:25   ` [dpdk-stable] [PATCH v4 08/13] mempool/dpaa2: fix to add the include file Hemant Agrawal
     [not found]   ` <20200514142951.31801-1-hemant.agrawal@nxp.com>
2020-05-14 14:29     ` [dpdk-stable] [PATCH v6 " Hemant Agrawal
     [not found]     ` <20200515050831.22834-1-hemant.agrawal@nxp.com>
2020-05-15  5:08       ` [dpdk-stable] [PATCH v7 " Hemant Agrawal
     [not found]   ` <20200515094752.28490-1-hemant.agrawal@nxp.com>
2020-05-15  9:47     ` [dpdk-stable] [PATCH v8 " Hemant Agrawal
2020-05-19 11:18       ` Ray Kinsella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).