mempool: remove physical address aliases
authorThomas Monjalon <thomas@monjalon.net>
Mon, 14 Sep 2020 14:34:36 +0000 (16:34 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Sep 2020 22:25:37 +0000 (00:25 +0200)
commit28e3c8b286009206ff10ab4f810484a3e83b82df
treee2b8558833fe93e0ae72e3d054120b8f3ba3d9fc
parent72f82c4324fb633d51a6a0f0e237f560d96cb1d7
mempool: remove physical address aliases

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_IOVA_CONTIG.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
doc/guides/rel_notes/release_20_11.rst
lib/librte_mempool/rte_mempool.h