Re: [dpdk-dev] [PATCH] net/mlx5: fix port dead lock when port shutdown

2018-05-24 Thread Xueming(Steven) Li
Please bypass this patch, new patch submitted at: http://www.dpdk.org/dev/patchwork/patch/40412/ > -Original Message- > From: Xueming(Steven) Li > Sent: Friday, May 25, 2018 2:04 PM > To: Yongseok Koh > Cc: Shahaf Shuler ; dev@dpdk.org; Adrien Mazarguil > > Subject: RE: [PATCH]

Re: [dpdk-dev] [PATCH] net/mlx5: fix port dead lock when port shutdown

2018-05-24 Thread Xueming(Steven) Li
> -Original Message- > From: Yongseok Koh > Sent: Friday, May 25, 2018 2:30 AM > To: Xueming(Steven) Li > Cc: Shahaf Shuler ; dev@dpdk.org; Adrien Mazarguil > > Subject: Re: [PATCH] net/mlx5: fix port dead lock when port shutdown > > > > On May 24, 2018, at 8:20 AM, Xueming Li wrote

Re: [dpdk-dev] [PATCH] net/mlx5: fix port dead lock when port shutdown

2018-05-24 Thread Yongseok Koh
> On May 24, 2018, at 11:29 AM, Yongseok Koh wrote: > >> >> On May 24, 2018, at 8:20 AM, Xueming Li wrote: >> >> This patch add check to avoid init device MR data twcie which caused >> priv data linked to itself in list. > > A typo. > >> Fixes: 974f1e7ef146 ("net/mlx5: add new memory region

Re: [dpdk-dev] [PATCH] net/mlx5: fix port dead lock when port shutdown

2018-05-24 Thread Yongseok Koh
> On May 24, 2018, at 8:20 AM, Xueming Li wrote: > > This patch add check to avoid init device MR data twcie which caused > priv data linked to itself in list. A typo. > Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") > Cc: ys...@mellanox.com > > Signed-off-by: Xueming Li > -

[dpdk-dev] [PATCH] net/mlx5: fix port dead lock when port shutdown

2018-05-24 Thread Xueming Li
This patch add check to avoid init device MR data twcie which caused priv data linked to itself in list. Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") Cc: ys...@mellanox.com Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_ethdev.c | 2 ++ drivers/net/mlx5/mlx5_mr.c | 1