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

2020-09-15 Thread Andrew Rybchenko
On 9/14/20 7:17 PM, 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_CONTIG

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

2020-09-14 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