numam-dpdk/drivers
Olivier Matz 80554894c4 net/mlx5: fix return value of start operation
On error, mlx5_dev_start() does not return a negative value
as it is supposed to do. The consequence is that the application
(ex: testpmd) does not notice that the port is not started
and begins the rxtx on an uninitialized port, which crashes.

Fixes: e1016cb733 ("net/mlx5: fix Rx interrupts management")
Cc: stable@dpdk.org

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-01-29 10:04:28 +01:00
..
bbdev mk: add experimental tag check 2018-01-29 23:35:29 +01:00
bus mk: add experimental tag check 2018-01-29 23:35:29 +01:00
crypto crypto/qat: fix truncated response ring value 2018-01-29 20:22:33 +01:00
event mk: add experimental tag check 2018-01-29 23:35:29 +01:00
mempool bus/fslmc: register platform HW mempool on runtime 2018-01-29 19:02:05 +01:00
net net/mlx5: fix return value of start operation 2018-01-29 10:04:28 +01:00
Makefile bb/null: add null base band device driver 2018-01-19 01:44:25 +01:00