Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: fix probe return value polarity

2018-05-03 Thread Nélio Laranjeiro
On Thu, May 03, 2018 at 10:59:37AM +0300, Shahaf Shuler wrote: > mlx5 prefixed function returns a negative errno value. > the error handler on mlx5_pci_probe is doing the same. > > Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values") > Cc: nelio.laranje...@6wind.com > > Signed-o

[dpdk-dev] [PATCH v2 2/2] net/mlx5: fix probe return value polarity

2018-05-03 Thread Shahaf Shuler
mlx5 prefixed function returns a negative errno value. the error handler on mlx5_pci_probe is doing the same. Fixes: a6d83b6a9209 ("net/mlx5: standardize on negative errno values") Cc: nelio.laranje...@6wind.com Signed-off-by: Shahaf Shuler --- On v2: - fixed more polarity issues on different