]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Do not recover from a non-fatal syndrome
authorAya Levin <ayal@mellanox.com>
Thu, 19 Mar 2020 11:25:17 +0000 (13:25 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 24 Mar 2020 21:43:07 +0000 (14:43 -0700)
commitd04dd1d904acf6cc6fe63d8ce9087826e288b577
tree9bd5ce7d5f26cabdc9e0a2f1ea0eae2eaa6062c3
parent8d8acfd705dee1458792ff7c105d3c03499e875a
net/mlx5e: Do not recover from a non-fatal syndrome

For non-fatal syndromes like LOCAL_LENGTH_ERR, recovery shouldn't be
triggered. In these scenarios, the RQ is not actually in ERR state.
This misleads the recovery flow which assumes that the RQ is really in
error state and no more completions arrive, causing crashes on bad page
state.

Fixes: 96ba22c84d81 ("net/mlx5e: Report and recover from CQE with error on RQ")
Signed-off-by: Aya Levin <ayal@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en/health.h