Re: [RFC] ip_frag: support IPv6 reassembly with extensions

2024-11-11 Thread Thomas Monjalon
11/11/2024 13:59, Konstantin Ananyev: > > > 14/02/2024 04:51, Stephen Hemminger: > > > On Tue, 13 Feb 2024 12:47:27 +0100 > > > wrote: > > > > > > > +/* > > > > + * Function to crawl through the extension header stack. > > > > + * This function breaks as soon a the fragment header is > > > > + *

RE: [RFC] ip_frag: support IPv6 reassembly with extensions

2024-11-11 Thread Konstantin Ananyev
> 14/02/2024 04:51, Stephen Hemminger: > > On Tue, 13 Feb 2024 12:47:27 +0100 > > wrote: > > > > > +/* > > > + * Function to crawl through the extension header stack. > > > + * This function breaks as soon a the fragment header is > > > + * found and returns the total length the traversed exts >

Re: [RFC] ip_frag: support IPv6 reassembly with extensions

2024-11-11 Thread Thomas Monjalon
14/02/2024 04:51, Stephen Hemminger: > On Tue, 13 Feb 2024 12:47:27 +0100 > wrote: > > > +/* > > + * Function to crawl through the extension header stack. > > + * This function breaks as soon a the fragment header is > > + * found and returns the total length the traversed exts > > + * and the la

[RFC] ip_frag: support IPv6 reassembly with extensions

2024-02-13 Thread vignesh.purushotham.srinivas
From: Vignesh PS Add support to ip_frag library to perform IPv6 reassembly when extension headers are present before the fragment extension in the packet. Signed-off-by: Vignesh PS --- .mailmap | 1 + lib/ip_frag/ip_frag_common.h | 2 + lib/ip_frag/ip_reassembly