Re: [dpdk-dev] [PATCH v2 1/4] mem: remove physical address aliases

2020-09-18 Thread Kinsella, Ray
On 17/09/2020 11:41, Thomas Monjalon wrote: > Remove the deprecated unioned fields phys_addr > from the structures rte_memseg and rte_memzone. > They are replaced with the fields iova which are at the same offsets. > > Signed-off-by: Thomas Monjalon > Acked-by: Andrew Rybchenko > Acked-by: An

Re: [dpdk-dev] [PATCH v2 1/4] mem: remove physical address aliases

2020-09-17 Thread Hemant Agrawal
On 9/17/2020 4:11 PM, Thomas Monjalon wrote: Remove the deprecated unioned fields phys_addr from the structures rte_memseg and rte_memzone. They are replaced with the fields iova which are at the same offsets. Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko Acked-by: Anatoly Burako

[dpdk-dev] [PATCH v2 1/4] mem: remove physical address aliases

2020-09-17 Thread Thomas Monjalon
Remove the deprecated unioned fields phys_addr from the structures rte_memseg and rte_memzone. They are replaced with the fields iova which are at the same offsets. Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko Acked-by: Anatoly Burakov --- doc/guides/rel_notes/release_20_11.rst