]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx5: Continue health polling until it is explicitly stopped
authorMohamad Haj Yahia <mohamad@mellanox.com>
Sun, 9 Apr 2017 14:19:37 +0000 (17:19 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sun, 11 Jun 2017 10:10:36 +0000 (13:10 +0300)
commit3fece5d676939f42f434c63dfe1bd42d7d94e6f0
tree5b5858c0e0193712109661749a95685b5b7ac686
parent57f35c93a2072c1f66ab1728a77a9ee4bc33bf42
net/mlx5: Continue health polling until it is explicitly stopped

The issue is that when we get an assert we will stop polling the health
and thus we cant enter error state when we have a real health issue.

Fixes: fd76ee4da55a ('net/mlx5_core: Fix internal error detection conditions')
Signed-off-by: Mohamad Haj Yahia <mohamad@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/health.c