]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Update netdev txq on completions during closure
authorMoshe Shemesh <moshe@mellanox.com>
Tue, 7 Apr 2020 14:38:28 +0000 (17:38 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 23 May 2020 00:28:54 +0000 (17:28 -0700)
commit778c8ec719a3149c7463729d7426e28d16f90012
tree89919bb328a0a509b3d6330c6c15b23b02bb616f
parent7cbb83272f95890d143f612511cac86202c1c67d
net/mlx5e: Update netdev txq on completions during closure

On sq closure when we free its descriptors, we should also update netdev
txq on completions which would not arrive. Otherwise if we reopen sqs
and attach them back, for example on fw fatal recovery flow, we may get
tx timeout.

Fixes: 739dfd92d3eb ("net/mlx5e: Timeout if SQ doesn't flush during close")
Signed-off-by: Moshe Shemesh <moshe@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c