On Thu, 22 Jun 2017 18:18:08 +0530, Hemant Agrawal <[email protected]> wrote: > The dpaa2_bp_list is being allocated using "rte_malloc", > but the free is done using "free". Fixing it to use > "rte_free". > > Fixes: 5dc43d22b5ad ("mempool/dpaa2: add hardware offloaded mempool") > CC: [email protected] > > Signed-off-by: Hemant Agrawal <[email protected]>
Reviewed-by: Olivier Matz <[email protected]>

