Re: [dpdk-dev] [PATCH v1] net/ice: fix TCP checksum offload failure

2020-07-28 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Tuesday, July 28, 2020 9:42 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wang, Yinan ; Xu, Ting ; > Wang, Haiyue ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix TCP checksum offload failure > > The L4LEN field of the

[dpdk-dev] [PATCH v1] net/ice: fix TCP checksum offload failure

2020-07-28 Thread Haiyue Wang
The L4LEN field of the Descriptor Header Offset for TCP should be the real length including the TCP options. Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") Cc: sta...@dpdk.org Signed-off-by: Haiyue Wang --- drivers/net/ice/ice_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)