Hi Xuan, > -----Original Message----- > From: Ding, Xuan <xuan.d...@intel.com> > Sent: Monday, October 17, 2022 4:40 PM > To: Wang, YuanX <yuanx.w...@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > Cc: dev@dpdk.org; Tang, Yaqi <yaqi.t...@intel.com> > Subject: RE: [PATCH] net/ice: fix the judgment order of buffer split > > Hi Yuan, > > > -----Original Message----- > > From: Wang, YuanX <yuanx.w...@intel.com> > > Sent: Tuesday, October 18, 2022 12:00 AM > > To: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z > > <qi.z.zh...@intel.com> > > Cc: dev@dpdk.org; Ding, Xuan <xuan.d...@intel.com>; Tang, Yaqi > > <yaqi.t...@intel.com>; Wang, YuanX <yuanx.w...@intel.com> > > 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. [...]