[dpdk-dev] [PATCH v4 08/15] mempool: rename addresses from physical to IOVA

Olivier MATZ olivier.matz at 6wind.com
Mon Nov 6 16:44:08 CET 2017


On Mon, Nov 06, 2017 at 02:41:34AM +0100, Thomas Monjalon wrote:
> The struct fields phys_addr_t rte_mempool_objhdr.physaddr and
> rte_mempool_memhdr.phys_addr are renamed to rte_iova_t iova.
> The deprecated names are kept in an anonymous union to avoid breaking
> the API.
> 
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>

Acked-by: Olivier Matz <olivier.matz at 6wind.com>


More information about the dev mailing list