Re: [PATCH] app/testpmd: fix L4 protocol retrieval from L3 header

2025-09-18 Thread Stephen Hemminger
On Sat, 30 Aug 2025 09:29:13 +0800 Dengdui Huang wrote: > Currently, when retrieving the L4 protocol from the L3 header, > the case of IPv6 with extension headers is not handled correctly. > This patch fixes it. > > Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") > Cc: sta...@dp

Re: [PATCH] app/testpmd: fix L4 protocol retrieval from L3 header

2025-09-16 Thread huangdengdui
On 2025/9/16 0:39, Stephen Hemminger wrote: > On Sat, 30 Aug 2025 09:29:13 +0800 > Dengdui Huang wrote: > >> Currently, when retrieving the L4 protocol from the L3 header, >> the case of IPv6 with extension headers is not handled correctly. >> This patch fixes it. >> >> Fixes: 76730c7b9b5a ("ap

Re: [PATCH] app/testpmd: fix L4 protocol retrieval from L3 header

2025-09-15 Thread Stephen Hemminger
On Sat, 30 Aug 2025 09:29:13 +0800 Dengdui Huang wrote: > Currently, when retrieving the L4 protocol from the L3 header, > the case of IPv6 with extension headers is not handled correctly. > This patch fixes it. > > Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") > Cc: sta...@dp

[PATCH] app/testpmd: fix L4 protocol retrieval from L3 header

2025-08-29 Thread Dengdui Huang
Currently, when retrieving the L4 protocol from the L3 header, the case of IPv6 with extension headers is not handled correctly. This patch fixes it. Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- app/test-pmd/csumonly.c | 3