numam-dpdk/lib/librte_eal
Thomas Monjalon 62196f4e09 mem: rename address mapping function to IOVA
The function rte_mem_virt2phy() is kept and used in functions which
works only with physical addresses.
For all other calls this function is replaced by rte_mem_virt2iova()
which does a direct mapping (no conversion) in the VA case.

Note: the new function rte_mem_virt2iova() function matches the
behaviour implemented in rte_mem_virt2phy() by the commit
680f6c1260 ("mem: honor IOVA mode in virt2phy")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
2017-11-06 22:24:19 +01:00
..
bsdapp mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00
common mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00
linuxapp mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_eal_version.map mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00