On Fri, 2019-10-18 at 16:13 -0700, Jakub Kicinski wrote: > On Fri, 18 Oct 2019 19:38:09 +0000, Saeed Mahameed wrote: > > From: Tariq Toukan <tar...@mellanox.com> > > > > 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 <tar...@mellanox.com> > > Reviewed-by: Eran Ben Elisha <era...@mellanox.com> > > Signed-off-by: Saeed Mahameed <sae...@mellanox.com> > > Is this a fix?
sort of, this patch fundamentally changes the way mlx5 treats kTLS TX descriptors, to make downstream patches simpler and more correct.