numam-dpdk/drivers/net/xenvirt
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
..
Makefile mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
rte_eth_xenvirt_version.map xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
rte_eth_xenvirt.c mbuf: add raw allocation function 2016-05-17 08:31:33 +02:00
rte_eth_xenvirt.h mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
rte_mempool_gntalloc.c mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
rte_xen_lib.c xenvirt: fix build for 32-bit platform 2015-12-12 22:34:43 +01:00
rte_xen_lib.h xenvirt: support port hotplug 2015-10-30 17:52:50 +01:00
virtio_logs.h xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
virtqueue.h xenvirt: fix 32-bit build 2016-04-10 21:36:54 +02:00