commit | a4e508cab623951dc4754f346e5673714f3bbade | [log] [tgz] |
---|---|---|
author | Aya Levin <ayal@mellanox.com> | Thu Aug 08 15:55:48 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Aug 08 13:01:20 2019 -0700 |
tree | 991dafb4e9e51d438a82dd0765e407f0acda7f83 | |
parent | 276d197e70bcc47153592f4384675b51c7d83aba [diff] |
net/mlx5e: Remove redundant check in CQE recovery flow of tx reporter Remove check of recovery bit, in the beginning of the CQE recovery function. This test is already performed right before the reporter is invoked, when CQE error is detected. Fixes: de8650a82071 ("net/mlx5e: Add tx reporter support") Signed-off-by: Aya Levin <ayal@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>