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

2016-06-03 Thread Ferruh Yigit
On 6/3/2016 12:05 PM, Ferruh Yigit wrote: > On 6/2/2016 8:04 AM, Olivier MATZ wrote: >> Hi Ferruh, >> >> Thank you for fixing this issue. >> >> On 06/01/2016 03:18 PM, Ferruh Yigit wrote: >>> [PATCH] ivshmem: add all memzones of mempool to metada >> >> Minor comment: it seems the title is

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

2016-06-03 Thread Ferruh Yigit
On 6/2/2016 8:04 AM, Olivier MATZ wrote: > Hi Ferruh, > > Thank you for fixing this issue. > > On 06/01/2016 03:18 PM, Ferruh Yigit wrote: >> [PATCH] ivshmem: add all memzones of mempool to metada > > Minor comment: it seems the title is truncated > Right, I will fix in next version of patch.

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

2016-06-02 Thread Olivier MATZ
Hi Ferruh, Thank you for fixing this issue. On 06/01/2016 03:18 PM, Ferruh Yigit wrote: > [PATCH] ivshmem: add all memzones of mempool to metada Minor comment: it seems the title is truncated > +static int > +add_mempool_to_metadata(const struct rte_mempool *mp, > + struct

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

2016-06-01 Thread Burakov, Anatoly
> From: Yigit, Ferruh > Sent: Wednesday, June 1, 2016 2:18 PM > To: dev at dpdk.org > Cc: Burakov, Anatoly ; Olivier Matz > ; Yigit, Ferruh > Subject: [PATCH] ivshmem: add all memzones of mempool to metada > > Mempool consist of multiple memzones, at least from two of them. > ivshmem assumes

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

2016-06-01 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 ---