> -----Original Message----- > From: Yigit, Ferruh <ferruh.yi...@intel.com> > Sent: Saturday, January 29, 2022 12:12 AM > To: 20220124065613.2197436-1-jie1x.w...@intel.com; dev@dpdk.org; Olivier > Matz <olivier.m...@6wind.com> > Cc: Yang, SteveX <stevex.y...@intel.com>; or...@nvidia.com; Singh, Aman > Deep <aman.deep.si...@intel.com>; tho...@monjalon.net; > andrew.rybche...@oktetlabs.ru; Wu, Jingjing <jingjing...@intel.com>; Xing, > Beilei <beilei.x...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wang, > Jie1X <jie1x.w...@intel.com> > 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: sta...@dpdk.org backport? > Yes, thanks for your reminder. > > Signed-off-by: Jie Wang <jie1x.w...@intel.com> > > <...>