> -----Original Message-----
> From: Wang, Haiyue <[email protected]>
> Sent: Wednesday, July 29, 2020 3:51 PM
> To: [email protected]; Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: Wang, Yinan <[email protected]>; Xu, Ting <[email protected]>;
> Wang, Haiyue <[email protected]>; [email protected]
> Subject: [PATCH v1] net/ice: calculate TCP header size for offload
>
> The ice needs the exact TCP header size including options for TCP checksum
> offload, but according to PKT_TX_TCP_CKSUM note, l4_len is not required to be
> set, so it needs to calculate the TCP header size if not set.
>
> Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx")
> Cc: [email protected]
>
> Signed-off-by: Haiyue Wang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi