commit | 740114a87e43a4ceb9ff5ff3a4a704bcef1f60be | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Fri Jul 05 18:30:16 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 05 16:29:19 2019 -0700 |
tree | d986c8d1a9f3f006c4a4a283a49d42a5bfa2a2a6 | |
parent | 542578c6793698a98cd0b7c77a96b8c6bfdfcb88 [diff] |
net/mlx5e: Tx, Enforce L4 inline copy when needed When ctrl->tisn field exists, this indicates an operation (HW offload) on the TCP payload. For such WQEs, inline the headers up to L4. This is in preparation for kTLS HW offload support, added in a downstream patch. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>