commit | 1e92899791358dba94a9db7cc3b6004636b5a2f6 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Mon Jan 13 14:46:09 2020 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Jan 24 12:04:37 2020 -0800 |
tree | 5997dc768564912e9e45c3fb5d73a38a9845aff3 | |
parent | ffbd9ca94e2ebbfe802d4b28bab5ba19818de853 [diff] |
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>