mempool: rename addresses from physical to IOVA
authorThomas Monjalon <thomas@monjalon.net>
Fri, 20 Oct 2017 12:31:31 +0000 (18:01 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 21:25:55 +0000 (22:25 +0100)
commitefd785f99489478d14e1c222e243ecbd0b151507
tree2ea2b52030b545ecfaabb8c48cf3d445fe11b9f1
parentf17ca7870ff29fab42f6743cd2795fd60346f147
mempool: rename addresses from physical to IOVA

The struct fields phys_addr_t rte_mempool_objhdr.physaddr and
rte_mempool_memhdr.phys_addr are renamed to rte_iova_t iova.
The deprecated names are kept in an anonymous union to avoid breaking
the API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
drivers/mempool/dpaa2/dpaa2_hw_mempool.h
drivers/mempool/octeontx/octeontx_fpavf.c
drivers/mempool/octeontx/rte_mempool_octeontx.c
drivers/net/thunderx/nicvf_ethdev.h
drivers/net/vmxnet3/vmxnet3_ethdev.c
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h
lib/librte_mempool/rte_mempool_ops.c