numam-dpdk/lib/librte_mempool
Anatoly Burakov 65ff37b105 malloc: add function to check if socket is external
An API is needed to check whether a particular socket ID belongs
to an internal or external heap. Prime user of this would be
mempool allocator, because normal assumptions of IOVA
contiguousness in IOVA as VA mode do not hold in case of
externally allocated memory.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-10-11 11:11:25 +02:00
..
Makefile mempool: remove deprecated functions 2018-08-05 23:41:57 +02:00
meson.build mempool: remove deprecated functions 2018-08-05 23:41:57 +02:00
rte_mempool_ops_default.c mempool: fold memory size calculation helper 2018-08-05 23:41:57 +02:00
rte_mempool_ops.c mempool: support block dequeue operation 2018-04-26 23:34:07 +02:00
rte_mempool_version.map mempool: remove deprecated functions 2018-08-05 23:41:57 +02:00
rte_mempool.c malloc: add function to check if socket is external 2018-10-11 11:11:25 +02:00
rte_mempool.h mempool: fold memory size calculation helper 2018-08-05 23:41:57 +02:00