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

2021-07-29 Thread Gregory Etelson
Hello Olivier, > > > > Fixes: 51f694dd40f5 ("app/testpmd: rework checksum forward engine") > > Cc: sta...@dpdk.org > > As said previously, I think the correct Fixes line is: > Fixes: 6b520d54ebfe ("app/testpmd: use Tx preparation in checksum engine") > I updated the Fixes hash in v4. > Acked-b

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

2021-07-29 Thread Olivier Matz
On Thu, Jul 29, 2021 at 12:39:48PM +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 v3] 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