Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix socket connection return value

2018-05-03 Thread Shahaf Shuler
Thursday, May 3, 2018 11:00 AM, Shahaf Shuler: > Subject: [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix socket connection return > value > > Upon success, mlx5_socket_connect should return the fd descriptor of the > primary process > > Fixes: a6d83b6a9209 ("net/mlx5: sta

[dpdk-dev] [PATCH v2 1/2] net/mlx5: fix socket connection return value

2018-05-03 Thread Shahaf Shuler
Upon success, mlx5_socket_connect should return the fd descriptor of the primary process Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values") Signed-off-by: Yongseok Koh Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- On v2: - No change. --- drivers/net/mlx5/