numam-dpdk/app
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
..
pdump app: fix port id type 2017-10-13 21:57:48 +02:00
proc_info app/proc_info: fix port id type 2017-10-13 01:17:49 +01:00
test-crypto-perf mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00
test-eventdev app/testeventdev: use service cores 2017-10-27 00:53:07 +02:00
test-pmd remove useless memzone includes 2017-11-06 22:12:08 +01:00
Makefile app/testeventdev: introduce dpdk-test-eventdev app 2017-07-07 09:30:46 +02:00