memzone: rename address from physical to IOVA
authorThomas Monjalon <thomas@monjalon.net>
Sat, 4 Nov 2017 01:22:28 +0000 (02:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 21:25:44 +0000 (22:25 +0100)
The struct rte_memzone field .phys_addr is renamed to .iova.
The deprecated name is kept in an anonymous union to avoid breaking
the API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>

No differences found