mempool: list objects when added
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:27 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:13 +0000 (14:40 +0200)
commitb1bedacb074b1ad750a5b307866f90f0829ca9bd
tree5c3cf134f36203a72b08f8e2114a340262c8768a
parentf49e858580fa966eebedfc08f3578aba1d00f926
mempool: list objects when added

Introduce a list entry in object header so they can be listed and
browsed. The objective is to introduce a more simple way to browse the
elements of a mempool.

The next commits will update rte_mempool_obj_iter() to use this list,
and remove the previous complex implementation.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h