Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory region cache init

2018-05-26 Thread Shahaf Shuler
Ferruh, Sunday, May 27, 2018 8:05 AM, Shahaf Shuler: > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory region cache init > > Saturday, May 26, 2018 8:08 PM, Yongseok Koh: > > Subject: Re: [PATCH v2] net/mlx5: fix memory region cache init > > > > > > >

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory region cache init

2018-05-26 Thread Shahaf Shuler
Saturday, May 26, 2018 8:08 PM, Yongseok Koh: > Subject: Re: [PATCH v2] net/mlx5: fix memory region cache init > > > > On May 26, 2018, at 6:28 AM, Xueming Li > wrote: > > > > This patch moved MR cache init from device configuration function to > > probe function to make sure init only once. > >

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix memory region cache init

2018-05-26 Thread Yongseok Koh
> On May 26, 2018, at 6:28 AM, Xueming Li wrote: > > This patch moved MR cache init from device configuration function to > probe function to make sure init only once. > > Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") > Cc: ys...@mellanox.com > > Signed-off-by: Xueming Li >

[dpdk-dev] [PATCH v2] net/mlx5: fix memory region cache init

2018-05-26 Thread Xueming Li
This patch moved MR cache init from device configuration function to probe function to make sure init only once. Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") Cc: ys...@mellanox.com Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c| 13 + drivers/net/ml