numam-dpdk/drivers/net/vmxnet3
Thomas Monjalon bfa9a8a460 mbuf: rename data address helpers to IOVA
The following inline functions and macros have been renamed to be
consistent with the IOVA wording:

rte_mbuf_data_dma_addr         -> rte_mbuf_data_iova
rte_mbuf_data_dma_addr_default -> rte_mbuf_data_iova_default
rte_pktmbuf_mtophys            -> rte_pktmbuf_iova
rte_pktmbuf_mtophys_offset     -> rte_pktmbuf_iova_offset

The deprecated functions and macros are kept to avoid breaking the API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2017-11-06 22:44:26 +01:00
..
base net/vmxnet3: add cmd to register memory region 2017-04-04 15:52:51 +02:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_vmxnet3_version.map vmxnet3: move to drivers/net/ 2015-05-22 16:06:23 +02:00
vmxnet3_ethdev.c mempool: rename addresses from physical to IOVA 2017-11-06 22:25:55 +01:00
vmxnet3_ethdev.h net/vmxnet3: generate link-state change notifications 2017-07-06 15:00:57 +02:00
vmxnet3_logs.h vmxnet3: move to drivers/net/ 2015-05-22 16:06:23 +02:00
vmxnet3_ring.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
vmxnet3_rxtx.c mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00