Re: [dpdk-dev] [PATCH v2] net/i40e: fix forward outer IPv6 VXLAN packets

2024-03-29 Thread David Marchand
Hello Bruce, John, On Fri, Nov 5, 2021 at 4:39 AM Jie Wang wrote: > > Testpmd forwards packets in checksum mode that it need to calculate > the checksum of each layer's protocol. Then it will fill flags and > header length into mbuf. > > In process_outer_cksums, HW calculates the outer checksum i

Re: [dpdk-dev] [PATCH v2] net/i40e: fix forward outer IPv6 VXLAN packets

2021-11-04 Thread Xing, Beilei
> -Original Message- > From: Wang, Jie1X > Sent: Friday, November 5, 2021 11:37 AM > To: dev@dpdk.org > Cc: Zhang, Yuying ; Li, Xiaoyun > ; Yang, SteveX ; Xing, Beilei > ; Zhang, Qi Z ; Wang, Jie1X > ; sta...@dpdk.org > Subject: [PATCH v2] net/i40e: fix forward outer IPv6 VXLAN packets

[dpdk-dev] [PATCH v2] net/i40e: fix forward outer IPv6 VXLAN packets

2021-11-04 Thread Jie Wang
Testpmd forwards packets in checksum mode that it need to calculate the checksum of each layer's protocol. Then it will fill flags and header length into mbuf. In process_outer_cksums, HW calculates the outer checksum if tx_offloads contains outer UDP checksum otherwise SW calculates the outer che