mempool: replace physical address by a memzone pointer
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:44 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:14 +0000 (14:40 +0200)
commit1a6bbb8b6fcab760afd8df3902f70c14b7347c95
tree9e47467aa2b67f0727a90e89e1cf78643321bdbc
parentaab4f62d6c1c9e3c33ef6d5f20666e9d319e287e
mempool: replace physical address by a memzone pointer

Storing the pointer to the memzone instead of the physical address
provides more information than just the physical address: for instance,
the memzone flags.

Moreover, keeping the memzone pointer will allow us to free the mempool
(this is done later in the series).

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h