net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flow
authorTariq Toukan <tariqt@mellanox.com>
Thu, 9 Apr 2020 09:53:31 +0000 (12:53 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 9 May 2020 08:05:41 +0000 (01:05 -0700)
commitf713ce1de8970f52ebaec7aa516b125b5c75dad9
tree13341cc10baebf18caf3ac794425d2e7e3e3bd1c
parentab1e0ce99d3dabc57e5a383b3ffc60fb97aafe9e
net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flow

Every single DUMP WQE resides in a single WQEBB.
As the pi is calculated per each one separately, there is
no real need for a contiguous room for them, allow them to populate
different WQ fragments.
This reduces WQ waste and improves its utilization.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c