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)
commit1e92899791358dba94a9db7cc3b6004636b5a2f6
tree5997dc768564912e9e45c3fb5d73a38a9845aff3
parentffbd9ca94e2ebbfe802d4b28bab5ba19818de853
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: 700ec4974240 ("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