numam-dpdk/drivers/net/liquidio
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
..
base net/liquidio: add support for 10GBase-T cards 2017-10-27 01:05:55 +02:00
lio_ethdev.c net/liquidio: add support for 10GBase-T cards 2017-10-27 01:05:55 +02:00
lio_ethdev.h net/liquidio: support 25G link speed 2017-04-19 15:37:37 +02:00
lio_logs.h
lio_rxtx.c mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00
lio_rxtx.h
lio_struct.h net/liquidio: fix port id type 2017-10-13 01:17:49 +01:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_lio_version.map