Hi, This patchset by Moshe contains fixes to the mlx4 Eth driver, addressing issues in restart flow.
Patch 1 protects the restart task from being rescheduled while active. Please queue for -stable >= v2.6. Patch 2 reconstructs SQs stuck in error state, and adds prints for improved debuggability. Please queue for -stable >= v3.12. Thanks, Tariq. Moshe Shemesh (2): net/mlx4_en: Avoid scheduling restart task if it is already running net/mlx4_en: Handle TX error CQE .../net/ethernet/mellanox/mlx4/en_netdev.c | 21 ++++++---- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 40 +++++++++++++++---- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 12 +++++- 3 files changed, 58 insertions(+), 15 deletions(-) -- 2.21.0