Re: [dpdk-dev] [PATCH v1] net/ice: revert the TSO fake fix

2020-07-31 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Friday, July 31, 2020 2:00 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Xu, Ting ; Sun, Chenmin ; > Wang, Yinan ; Wang, Haiyue > ; sta...@dpdk.org > Subject: [PATCH v1] net/ice: revert the TSO fake fix > > The two fixes ar

[dpdk-dev] [PATCH v1] net/ice: revert the TSO fake fix

2020-07-30 Thread Haiyue Wang
The two fixes are not the real root cause for MDD event, it mitigates the failure rate when different test mode, so revert them. Fixes: 2a0c9ae4f646 ("net/ice: fix TCP checksum offload") Fixes: 7365a3cee51f ("net/ice: calculate TCP header size for offload") Cc: sta...@dpdk.org Signed-off-by: Haiy