[dpdk-dev] [PATCH v2] mempool: fix lack of free registration

2016-07-21 Thread Thomas Monjalon
2016-07-20 18:14, Zoltan Kiss: > The new mempool handler interface forgets to register the free() function > of the ops. Introduced in this patch: > > Fixes: 449c49b93a6b ("mempool: support handler operations") > > Signed-off-by: Zoltan Kiss > Acked-by: Olivier Matz Applied, thanks

[dpdk-dev] [PATCH v2] mempool: fix lack of free registration

2016-07-20 Thread Zoltan Kiss
The new mempool handler interface forgets to register the free() function of the ops. Introduced in this patch: Fixes: 449c49b93a6b ("mempool: support handler operations") Signed-off-by: Zoltan Kiss Acked-by: Olivier Matz --- Notes: v2: fix commit message lib/librte_mempool/rte_mempool_o