[dpdk-dev] [PATCH] net/mlx5: fix socket assertion error during dev close

2018-02-06 Thread Xueming Li
This patch fixed primary socket assertion error during close on a device that failed to start. Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file descriptor") Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi

Re: [dpdk-dev] [PATCH] net/mlx5: fix socket assertion error during dev close

2018-02-06 Thread Nélio Laranjeiro
On Tue, Feb 06, 2018 at 08:54:22PM +0800, Xueming Li wrote: > This patch fixed primary socket assertion error during close on a device > that failed to start. > > Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file > descriptor") > Signed-off-by: Xueming Li > --- > drivers/net/m

Re: [dpdk-dev] [PATCH] net/mlx5: fix socket assertion error during dev close

2018-02-13 Thread Thomas Monjalon
06/02/2018 14:22, Nélio Laranjeiro: > On Tue, Feb 06, 2018 at 08:54:22PM +0800, Xueming Li wrote: > > This patch fixed primary socket assertion error during close on a device > > that failed to start. > > > > Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file > > descriptor") > >