> -----Original Message-----
> From: Yigit, Ferruh <[email protected]>
> Sent: Saturday, January 29, 2022 12:12 AM
> To: [email protected]; [email protected]; Olivier
> Matz <[email protected]>
> Cc: Yang, SteveX <[email protected]>; [email protected]; Singh, Aman
> Deep <[email protected]>; [email protected];
> [email protected]; Wu, Jingjing <[email protected]>; Xing,
> Beilei <[email protected]>; Zhang, Qi Z <[email protected]>; Wang,
> Jie1X <[email protected]>
> Subject: Re: [PATCH v2 2/6] net: fix L2TPv2 common header
>
> On 1/26/2022 6:30 AM, Jie Wang wrote:
> > The fields of L2TPv2 common header were reversed in big endian and
> > little endian.
> >
> > This patch fixes this error to ensure L2TPv2 can be parsed correctly.
> >
>
> Just for reference, checked from RFC:
> https://datatracker.ietf.org/doc/html/rfc2661#section-3.1
>
> Change looks good to me. Cc'ed Olivier.
>
Thanks, I'll cc Olivier in v3.
> > Fixes: 3a929df1f286 ("ethdev: support L2TPv2 and PPP procotol")
> >
>
> Is it candidate for Cc: [email protected] backport?
>
Yes, thanks for your reminder.
> > Signed-off-by: Jie Wang <[email protected]>
>
> <...>