mempool: fix missing registration of free function
authorZoltan Kiss <zoltan.kiss@schaman.hu>
Wed, 20 Jul 2016 17:14:00 +0000 (18:14 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 21 Jul 2016 21:15:47 +0000 (23:15 +0200)
commita0bfd57a813f66fcd13c45b91d2fa2d6156a31b4
tree18e039e5d2367b7b5b2dc9c85966522672475697
parent38c9817ee1d8531bf099e954d5d66a531af9b8b8
mempool: fix missing registration of free function

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 <zoltan.kiss@schaman.hu>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool_ops.c