[dpdk-dev] [PATCH v8 08/13] mempool/dpaa2: fix to add the include file

Ray Kinsella mdr at ashroe.eu
Tue May 19 13:18:48 CEST 2020



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 at dpdk.org
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal at 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 at ashroe.eu>


More information about the dev mailing list