net/mlx5: Check returned value from health recover sequence
authorLeon Romanovsky <leonro@nvidia.com>
Tue, 3 Nov 2020 16:46:31 +0000 (18:46 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 11 Mar 2021 22:35:12 +0000 (14:35 -0800)
commitfe06992b04a90767cee921b22fb2cb09c93447a8
tree419241057e10e4f302082a99b9454d87494537a2
parent7ad67a20f28fd20e63aeb1e095a9bd86bc5b1495
net/mlx5: Check returned value from health recover sequence

MLX5_INTERFACE_STATE_UP is far from being reliable check for success to
recover, because it can be changed any time and health logic doesn't
have any locks to protect from it.

The locks are not needed here because health recover is good to have,
but not must to success, so rely on the returned value from the
mlx5_recover_device() as a marker for success/failure.

Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/health.c
drivers/net/ethernet/mellanox/mlx5/core/main.c
drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h