Re: [dpdk-dev] [PATCH v4 08/15] mempool: rename addresses from physical to IOVA

2017-11-06 Thread Olivier MATZ
On Mon, Nov 06, 2017 at 02:41:34AM +0100, Thomas Monjalon wrote: > The struct fields phys_addr_t rte_mempool_objhdr.physaddr and > rte_mempool_memhdr.phys_addr are renamed to rte_iova_t iova. > The deprecated names are kept in an anonymous union to avoid breaking > the API. > > Signed-off-by: Thom

Re: [dpdk-dev] [PATCH v4 08/15] mempool: rename addresses from physical to IOVA

2017-11-05 Thread santosh
On Monday 06 November 2017 07:11 AM, Thomas Monjalon wrote: > The struct fields phys_addr_t rte_mempool_objhdr.physaddr and > rte_mempool_memhdr.phys_addr are renamed to rte_iova_t iova. > The deprecated names are kept in an anonymous union to avoid breaking > the API. > > Signed-off-by: Thomas M

[dpdk-dev] [PATCH v4 08/15] mempool: rename addresses from physical to IOVA

2017-11-05 Thread Thomas Monjalon
The struct fields phys_addr_t rte_mempool_objhdr.physaddr and rte_mempool_memhdr.phys_addr are renamed to rte_iova_t iova. The deprecated names are kept in an anonymous union to avoid breaking the API. Signed-off-by: Thomas Monjalon --- drivers/mempool/dpaa2/dpaa2_hw_mempool.h| 2 +- dr