RE: [EXTERNAL] Re: [PATCH 2/2] app/testpmd: clear stale internal len information

2025-05-20 Thread Sunil Kumar Kori
> On Mon, 19 May 2025 21:36:56 +0530 > wrote: > > > From: Sunil Kumar Kori > > > > hdr_lens is used to maintain header lengths after parsing packets. > > When port receives different type of packets (say first is VXLAN > > packet and second is GRE packet). > > > > For first packet, L2/L3/L4 leng

Re: [PATCH 2/2] app/testpmd: clear stale internal len information

2025-05-20 Thread Stephen Hemminger
On Mon, 19 May 2025 21:36:56 +0530 wrote: > From: Sunil Kumar Kori > > hdr_lens is used to maintain header lengths after parsing packets. > When port receives different type of packets (say first is VXLAN > packet and second is GRE packet). > > For first packet, L2/L3/L4 lengths are set for in

[PATCH 2/2] app/testpmd: clear stale internal len information

2025-05-19 Thread skori
From: Sunil Kumar Kori hdr_lens is used to maintain header lengths after parsing packets. When port receives different type of packets (say first is VXLAN packet and second is GRE packet). For first packet, L2/L3/L4 lengths are set for inner and outer header alongwith tunnel_len. Now for second