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

2020-09-15 Thread Burakov, Anatoly
On 14-Sep-20 5:17 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: Anatoly Burakov -- Thanks, Anatoly

Re: [dpdk-dev] [PATCH 1/4] mem: 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 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 I think that the change should be listed in rel

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

2020-09-14 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 --- drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 2 +- drivers/common/dpaax/dpaax_iova_table