numam-dpdk/lib/librte_mbuf
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
..
Makefile mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
rte_mbuf_ptype.c mbuf: add security crypto flags and fields 2017-10-26 03:10:13 +02:00
rte_mbuf_ptype.h mbuf: add security crypto flags and fields 2017-10-26 03:10:13 +02:00
rte_mbuf_version.map mbuf: add functions to dump offload flags 2016-10-12 18:08:40 +02:00
rte_mbuf.c mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
rte_mbuf.h mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00