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

2020-05-19 Thread Ray Kinsella
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: sta...@dpdk.org > > Signed-off-by: Hemant Agrawal > --- > drivers/mempool/dpaa2/me

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

2020-05-15 Thread 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: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/mempool/dpaa2/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/