Re: [dpdk-dev] [PATCH v4 12/15] mbuf: rename data address helpers to IOVA

2017-11-06 Thread Thomas Monjalon
06/11/2017 16:56, Olivier MATZ: > On Mon, Nov 06, 2017 at 02:41:38AM +0100, Thomas Monjalon wrote: > > 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_def

Re: [dpdk-dev] [PATCH v4 12/15] mbuf: rename data address helpers to IOVA

2017-11-06 Thread Olivier MATZ
On Mon, Nov 06, 2017 at 02:41:38AM +0100, Thomas Monjalon wrote: > 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_pkt

[dpdk-dev] [PATCH v4 12/15] mbuf: rename data address helpers to IOVA

2017-11-05 Thread Thomas Monjalon
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 ->