numam-dpdk/drivers
Olivier Matz f49e858580 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>
2016-05-19 14:40:12 +02:00
..
crypto cryptodev: rename elements for clarity 2016-04-06 19:00:57 +02:00
net mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
Makefile mk: fix build without crypto 2016-03-11 10:43:09 +01:00