numam-dpdk/lib/librte_vhost
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
..
fd_man.c vhost: check poll error code 2017-10-10 15:54:31 +02:00
fd_man.h vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
iotlb.c vhost: fix IOTLB on NUMA realloc 2017-10-13 22:08:21 +02:00
iotlb.h vhost: add pending IOTLB miss request list and helpers 2017-10-10 15:52:27 +02:00
Makefile mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
rte_vhost_version.map vhost: support Rx queue count request 2017-06-16 14:04:25 +02:00
rte_vhost.h vhost: add user callbacks for socket open/close 2017-10-10 15:54:31 +02:00
socket.c vhost: add user callbacks for socket open/close 2017-10-10 15:54:31 +02:00
vhost_user.c mem: rename address mapping function to IOVA 2017-11-06 22:24:19 +01:00
vhost_user.h vhost: distinguish master and slave requests 2017-10-10 15:54:31 +02:00
vhost.c vhost: fix deadlock on IOTLB miss 2017-10-13 22:08:21 +02:00
vhost.h vhost: enable IOMMU support 2017-10-10 15:53:27 +02:00
virtio_net.c vhost: fix dequeue offload support 2017-10-24 21:31:23 +02:00