Re: [dpdk-dev] [PATCH v2 2/4] mempool: remove physical address aliases

2020-09-18 Thread Kinsella, Ray
On 17/09/2020 11:41, Thomas Monjalon wrote: > Remove the deprecated unioned fields physaddr and phys_addr > from the structures rte_mempool_objhdr and rte_mempool_memhdr. > They are replaced with the fields iova which are at the same offsets. > > Remove the deprecated macro MEMPOOL_F_NO_PHYS_CO

[dpdk-dev] [PATCH v2 2/4] mempool: remove physical address aliases

2020-09-17 Thread Thomas Monjalon
Remove the deprecated unioned fields physaddr and phys_addr from the structures rte_mempool_objhdr and rte_mempool_memhdr. They are replaced with the fields iova which are at the same offsets. Remove the deprecated macro MEMPOOL_F_NO_PHYS_CONTIG which is an alias of the more recent MEMPOOL_F_NO_IO