mem: remove physical address aliases
authorThomas Monjalon <thomas@monjalon.net>
Mon, 14 Sep 2020 14:36:31 +0000 (16:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Sep 2020 22:25:35 +0000 (00:25 +0200)
commit72f82c4324fb633d51a6a0f0e237f560d96cb1d7
tree99db4c9a0513a70d7c88804019b09731bd627daa
parentc23432a9c287501071688fe5208078bc6ed371b4
mem: remove physical address aliases

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 <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
13 files changed:
doc/guides/rel_notes/release_20_11.rst
drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
drivers/common/dpaax/dpaax_iova_table.c
drivers/compress/qat/qat_comp.c
drivers/compress/qat/qat_comp_pmd.c
drivers/crypto/ccp/ccp_dev.c
drivers/crypto/octeontx/otx_cryptodev_hw_access.c
drivers/crypto/virtio/virtio_cryptodev.c
drivers/net/ice/base/ice_osdep.h
drivers/net/pfe/base/pfe.h
lib/librte_eal/include/rte_memory.h
lib/librte_eal/include/rte_memzone.h
lib/librte_kni/rte_kni.c