mempool: store memory chunks in a list
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:36 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:13 +0000 (14:40 +0200)
commit84121f1971873c9f45b2939c316c66126d8754a1
tree756cc3cb2f92e6a9305ad124acec20904168c015
parenta2ccd6b7426f37564e18ccd1ef8b57ce14a4d119
mempool: store memory chunks in a list

Do not use paddr table to store the mempool memory chunks.
This will allow to have several chunks with different virtual addresses.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test/test_mempool.c
drivers/net/mlx4/mlx4.c
drivers/net/mlx5/mlx5_rxtx.c
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h