Re: [net 04/15] net/mlx5e: kTLS, Size of a Dump WQE is fixed

2019-10-22 Thread Saeed Mahameed
On Fri, 2019-10-18 at 16:13 -0700, Jakub Kicinski wrote: > On Fri, 18 Oct 2019 19:38:09 +, Saeed Mahameed wrote: > > From: Tariq Toukan > > > > No Eth segment, so no dynamic inline headers. > > The size of a Dump WQE is fixed, use constants and remove > > unnecessary checks. > > > > Fixes: d

Re: [net 04/15] net/mlx5e: kTLS, Size of a Dump WQE is fixed

2019-10-18 Thread Jakub Kicinski
On Fri, 18 Oct 2019 19:38:09 +, Saeed Mahameed wrote: > From: Tariq Toukan > > No Eth segment, so no dynamic inline headers. > The size of a Dump WQE is fixed, use constants and remove > unnecessary checks. > > Fixes: d2ead1f360e8 ("net/mlx5e: Add kTLS TX HW offload support") > Signed-off-by

[net 04/15] net/mlx5e: kTLS, Size of a Dump WQE is fixed

2019-10-18 Thread Saeed Mahameed
From: Tariq Toukan No Eth segment, so no dynamic inline headers. The size of a Dump WQE is fixed, use constants and remove unnecessary checks. Fixes: d2ead1f360e8 ("net/mlx5e: Add kTLS TX HW offload support") Signed-off-by: Tariq Toukan Reviewed-by: Eran Ben Elisha Signed-off-by: Saeed Mahamee