summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAya Levin <ayal@mellanox.com>2020-03-19 13:25:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-01 11:01:50 +0200
commit74f554af848d8ac61454922392bc7f2153d252ee (patch)
tree6164ee4230aff28c5282690d1e0a32a823e777b1 /kernel
parentf94d69e5f6824ab9f5b753758e5bf233b68eab04 (diff)
net/mlx5e: Do not recover from a non-fatal syndrome
[ Upstream commit 187a9830c921d92c4a9a8e2921ecc4b35a97532c ] 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: 8276ea1353a4 ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions