]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: kTLS, Remove redundant posts in TX resync flow
authorTariq Toukan <tariqt@mellanox.com>
Mon, 13 Jan 2020 12:46:09 +0000 (14:46 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 24 Jan 2020 20:04:37 +0000 (12:04 -0800)
commit01d80b2acbee52abdcf712ff539c8ea5723e6d23
tree5997dc768564912e9e45c3fb5d73a38a9845aff3
parentec5ddee50605a8a0aa2153ff075e9f3bc4696a68
net/mlx5e: kTLS, Remove redundant posts in TX resync flow

The call to tx_post_resync_params() is done earlier in the flow,
the post of the control WQEs is unnecessarily repeated. Remove it.

Fixes: 2ebeb27a5e13 ("net/mlx5e: kTLS, Fix missing SQ edge fill")
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Reviewed-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c