Skip to content

Commit 3c8591d

Browse files
Saeed Mahameeddavem330
authored andcommitted
net/mlx5e: Don't flush SQ on error
We are doing SQ descriptors cleanup in driver. Fixes: 6e8dd6d ("net/mlx5e: Don't wait for SQ completions on close") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b8335d9 commit 3c8591d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/net/ethernet/mellanox/mlx5/core

drivers/net/ethernet/mellanox/mlx5/core/en_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,6 @@ static int mlx5e_enable_sq(struct mlx5e_sq *sq, struct mlx5e_sq_param *param)
10061006
MLX5_SET(sqc, sqc, min_wqe_inline_mode, sq->min_inline_mode);
10071007
MLX5_SET(sqc, sqc, state, MLX5_SQC_STATE_RST);
10081008
MLX5_SET(sqc, sqc, tis_lst_sz, param->type == MLX5E_SQ_ICO ? 0 : 1);
1009-
MLX5_SET(sqc, sqc, flush_in_error_en, 1);
10101009

10111010
MLX5_SET(wq, wq, wq_type, MLX5_WQ_TYPE_CYCLIC);
10121011
MLX5_SET(wq, wq, uar_page, sq->uar.index);

0 commit comments

Comments
 (0)