commit | b9961af7b8acf6420845cd1660228fe374710df9 | [log] [tgz] |
---|---|---|
author | Aya Levin <ayal@mellanox.com> | Thu Apr 30 11:24:41 2020 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jul 02 21:05:16 2020 -0700 |
tree | 6546c2ed9aea36754e32155b25fe0098e32ab3a1 | |
parent | e74e28aee1a2382814eae8249651cc4747460d9f [diff] |
net/mlx5e: Remove redundant RQ state query When received a CQE error, the driver inspect the syndrome given by the firmware. RQ recovery is initiated only as a result of a fatal syndrome; syndrome which set the RQ into an error state. Hence no need to query the RQ state at the beginning of the recovery process. Add additional debug prints before recovering. Signed-off-by: Aya Levin <ayal@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>