mempool: rename object constructor typedef
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:26 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:12 +0000 (14:40 +0200)
commitf49e858580fa966eebedfc08f3578aba1d00f926
treee2c719542c9c8d218c730b2833d14421d77d559d
parent26d624002defc8e322f70f4ee0c01d92631ee9f8
mempool: rename object constructor typedef

This commit renames mempool_obj_ctor_t as mempool_obj_cb_t.

In next commits, we will add the ability to populate the
mempool and iterate through objects using the same function.
We will use the same callback type for that. As the callback is
not a constructor anymore, rename it into rte_mempool_obj_cb_t.

The rte_mempool_obj_iter_t that was used to iterate over objects
will be removed in next commits.

No functional change.
In this commit, the API is preserved through a compat typedef.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/mempool_anon.c
app/test-pmd/mempool_osdep.h
drivers/net/xenvirt/rte_eth_xenvirt.h
drivers/net/xenvirt/rte_mempool_gntalloc.c
lib/librte_mempool/rte_dom0_mempool.c
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h