numam-dpdk/lib/librte_mempool
Thomas Monjalon 28e3c8b286 mempool: remove physical address aliases
Remove the deprecated unioned fields physaddr and phys_addr
from the structures rte_mempool_objhdr and rte_mempool_memhdr.
They are replaced with the fields iova which are at the same offsets.

Remove the deprecated macro MEMPOOL_F_NO_PHYS_CONTIG
which is an alias of the more recent MEMPOOL_F_NO_IOVA_CONTIG.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
2020-09-19 00:25:37 +02:00
..
mempool_trace_points.c trace: simplify trace point registration 2020-07-05 21:34:21 +02:00
meson.build mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00
rte_mempool_ops_default.c mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00
rte_mempool_ops.c mempool: add tracepoints 2020-04-23 15:40:11 +02:00
rte_mempool_trace_fp.h mempool: add tracepoints 2020-04-23 15:40:11 +02:00
rte_mempool_trace.h trace: add size_t field emitter 2020-06-15 19:27:00 +02:00
rte_mempool_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
rte_mempool.c mempool: fix allocation in memzone during retry 2020-07-22 01:27:10 +02:00
rte_mempool.h mempool: remove physical address aliases 2020-09-19 00:25:37 +02:00