Re: [dpdk-dev] [PATCH v4] app/testpmd: fix TX checksum calculation for tunnel

2021-08-02 Thread Jiang, YuX
, Konstantin ; Olivier Matz > > Subject: Re: [dpdk-dev] [PATCH v4] app/testpmd: fix TX checksum > calculation for tunnel > > 30/07/2021 10:39, Olivier Matz: > > On Thu, Jul 29, 2021 at 08:01:41PM +0300, Gregory Etelson wrote: > > > csumonly engine calculates TX check

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix TX checksum calculation for tunnel

2021-07-30 Thread Thomas Monjalon
30/07/2021 10:39, Olivier Matz: > On Thu, Jul 29, 2021 at 08:01:41PM +0300, Gregory Etelson wrote: > > csumonly engine calculates TX checksum of a tunnelled packet for outer > > headers only or separately for outer and inner headers. The > > calculation method is determined by checksum configuratio

Re: [dpdk-dev] [PATCH v4] app/testpmd: fix TX checksum calculation for tunnel

2021-07-30 Thread Olivier Matz
On Thu, Jul 29, 2021 at 08:01:41PM +0300, Gregory Etelson wrote: > csumonly engine calculates TX checksum of a tunnelled packet for outer > headers only or separately for outer and inner headers. The > calculation method is determined by checksum configuration options. > If TX checksum calculation

[dpdk-dev] [PATCH v4] app/testpmd: fix TX checksum calculation for tunnel

2021-07-29 Thread Gregory Etelson
csumonly engine calculates TX checksum of a tunnelled packet for outer headers only or separately for outer and inner headers. The calculation method is determined by checksum configuration options. If TX checksum calculation is separated, the inner headers are processed before outer headers. Inne