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