Re: [dpdk-dev] [PATCH] net/i40e: fix incorrect checksum flag of L4 checksum

2020-12-01 Thread Guo, Jia
Hi, murphy > -Original Message- > From: Murphy Yang > Sent: Wednesday, November 11, 2020 5:11 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Yang, SteveX > ; Xing, Beilei ; Guo, Jia > ; Yang, MurphyX > Subject: [PATCH] net/i40e: fix incorrect checksum flag of L4 checksum > > When send tunne

[dpdk-dev] [PATCH] net/i40e: fix incorrect checksum flag of L4 checksum

2020-11-11 Thread Murphy Yang
When send tunneled packet that inner L4 checksum value is correct, the test_pmd output log shows 'ol_flags' value is 'PKT_RX_L4_CKSUM_UNKNOWN', but expected value is 'PKT_RX_L4_CKSUM_GOOD'. Add the 'PKT_RX_L4_CKSUM_GOOD' to 'l3_l4e_flags' for sse and 'l3_l4_flags_shuf' for avx2 to ensure that the