Re: [dpdk-dev] [PATCH 3/4] net/mlx5: support mempool of multi-mem segments

2018-01-15 Thread Nélio Laranjeiro
Hi Xueming, On Mon, Jan 15, 2018 at 02:54:19PM +0800, Xueming Li wrote: > Previously, mempool of multiple memory segments would lead to MR > registration error "mempool not virtually contiguous". This patch > support multi-segments mempool by registering each memory segment of > mempool. > > Sign

[dpdk-dev] [PATCH 3/4] net/mlx5: support mempool of multi-mem segments

2018-01-14 Thread Xueming Li
Previously, mempool of multiple memory segments would lead to MR registration error "mempool not virtually contiguous". This patch support multi-segments mempool by registering each memory segment of mempool. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.h | 4 +- drivers/net/mlx