RE: [PATCH] app/testpmd: fix IPv6 tunnel packet checksum error

2023-06-06 Thread He, ShiyangX
;Subject: Re: [PATCH] app/testpmd: fix IPv6 tunnel packet checksum error > >On 5/30/2023 4:36 PM, Shiyang He wrote: >> In checksum forwarding mode, the checksum of tunnel packet calculated >> incorrectly when outer header is IPv6. >> >> This patch fixes the issue by

Re: [PATCH] app/testpmd: fix IPv6 tunnel packet checksum error

2023-06-01 Thread Ferruh Yigit
On 5/30/2023 4:36 PM, Shiyang He wrote: > In checksum forwarding mode, the checksum of tunnel packet calculated > incorrectly when outer header is IPv6. > > This patch fixes the issue by setting L4 checksum flag. > > Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") This commit just u

[PATCH] app/testpmd: fix IPv6 tunnel packet checksum error

2023-05-30 Thread Shiyang He
In checksum forwarding mode, the checksum of tunnel packet calculated incorrectly when outer header is IPv6. This patch fixes the issue by setting L4 checksum flag. Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") Cc: sta...@dpdk.org Signed-off-by: Shiyang He --- app/test-pmd/csumo

[PATCH] app/testpmd: fix IPv6 tunnel packet checksum error

2023-05-30 Thread Shiyang He
In checksum forwarding mode, the checksum of tunnel packet calculated incorrectly when outer header is IPv6. This pathch fixes the issue by setting L4 checksum flag. Fixes: daa02b5cddbb ("mbuf: add namespace to offload flags") Cc: sta...@dpdk.org Signed-off-by: Shiyang He --- app/test-pmd/csum