numam-dpdk/lib/librte_mempool
Artem V. Andreev 8a80fa4723 mempool: support block dequeue operation
If mempool manager supports object blocks (physically and virtual
contiguous set of objects), it is sufficient to get the first
object only and the function allows to avoid filling in of
information about each block member.

Signed-off-by: Artem V. Andreev <artem.andreev@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2018-04-26 23:34:07 +02:00
..
Makefile mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
meson.build mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
rte_mempool_ops_default.c mempool: deprecate xmem functions 2018-04-24 02:17:41 +02:00
rte_mempool_ops.c mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
rte_mempool_version.map mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
rte_mempool.c mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
rte_mempool.h mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00