mempool: rename address mapping function to IOVA
authorThomas Monjalon <thomas@monjalon.net>
Sun, 5 Nov 2017 18:02:29 +0000 (19:02 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 21:26:13 +0000 (22:26 +0100)
commitb0eca1163141cda2dbfacb648c26a6ae1002d7c7
tree250080384880f88e2e9b975314ecd3677054cb78
parentefd785f99489478d14e1c222e243ecbd0b151507
mempool: rename address mapping function to IOVA

The function rte_mempool_virt2phy() is renamed to rte_mempool_virt2iova().
The new function has one less parameter because it is unused.
The deprecated function is kept as an alias 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>
app/test-crypto-perf/cperf_test_common.c
drivers/crypto/qat/qat_crypto.c
drivers/crypto/qat/qat_qp.c
drivers/mempool/dpaa/dpaa_mempool.c
drivers/mempool/dpaa2/dpaa2_hw_mempool.c
lib/librte_eal/bsdapp/eal/eal_memory.c
lib/librte_mbuf/rte_mbuf.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_mempool/rte_mempool.h
test/test/test_mempool.c