[dpdk-dev] [PATCH v2] ivshmem: add all memzones of mempool to metadata

2016-06-07 Thread Thomas Monjalon
2016-06-03 17:38, Ferruh Yigit: > Mempool consist of multiple memzones, at least from two of them. > ivshmem assumes mempool and elements are all in same memzone. > > Updating code to add all memzones when a mempool added. > > Fixes: d1d914ebbc25 ("mempool: allocate in several memory chunks by >

[dpdk-dev] [PATCH v2] ivshmem: add all memzones of mempool to metadata

2016-06-03 Thread Ferruh Yigit
Mempool consist of multiple memzones, at least from two of them. ivshmem assumes mempool and elements are all in same memzone. Updating code to add all memzones when a mempool added. Fixes: d1d914ebbc25 ("mempool: allocate in several memory chunks by default") Signed-off-by: Ferruh Yigit