Hi Xuan, > -----Original Message----- > From: Ding, Xuan <[email protected]> > Sent: Monday, October 17, 2022 4:40 PM > To: Wang, YuanX <[email protected]>; Yang, Qiming > <[email protected]>; Zhang, Qi Z <[email protected]> > Cc: [email protected]; Tang, Yaqi <[email protected]> > Subject: RE: [PATCH] net/ice: fix the judgment order of buffer split > > Hi Yuan, > > > -----Original Message----- > > From: Wang, YuanX <[email protected]> > > Sent: Tuesday, October 18, 2022 12:00 AM > > To: Yang, Qiming <[email protected]>; Zhang, Qi Z > > <[email protected]> > > Cc: [email protected]; Ding, Xuan <[email protected]>; Tang, Yaqi > > <[email protected]>; Wang, YuanX <[email protected]> > > Subject: [PATCH] net/ice: fix the judgment order of buffer split > > > > proto_hdr defines a bit mask of the protocol sequence as RTE_PTYPE_*, > > The last RTE_PTYPE* in the mask indicates the split position. > > > > To get the split position from hdr_proto, the order of judgement > > should be > > The hdr_proto here should be proto_hdr?
Yes, it's proto_hdr. Thanks for the correction. Will fix in new version. Thanks, Yuan. [...]

