[PATCH v9 1/4] ethdev: introduce protocol header API
Wang, YuanX
yuanx.wang at intel.com
Tue Aug 2 12:12:45 CEST 2022
Hi Thomas,
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Monday, August 1, 2022 6:01 PM
> To: Wang, YuanX <yuanx.wang at intel.com>
> Cc: andrew.rybchenko at oktetlabs.ru; Li, Xiaoyun <xiaoyun.li at intel.com>;
> ferruh.yigit at xilinx.com; Singh, Aman Deep <aman.deep.singh at intel.com>;
> dev at dpdk.org; Zhang, Yuying <yuying.zhang at intel.com>; Zhang, Qi Z
> <qi.z.zhang at intel.com>; jerinjacobk at gmail.com;
> stephen at networkplumber.org; Wu, WenxuanX <wenxuanx.wu at intel.com>;
> Ding, Xuan <xuan.ding at intel.com>
> Subject: Re: [PATCH v9 1/4] ethdev: introduce protocol header API
>
> 01/08/2022 09:09, Wang, YuanX:
> > Hi Thomas,
> >
> > Sorry so long to response your email.
> >
> > From: Thomas Monjalon <thomas at monjalon.net>
> > > 13/06/2022 12:25, wenxuanx.wu at intel.com:
> > > > From: Wenxuan Wu <wenxuanx.wu at intel.com>
> > > >
> > > > This patch added new ethdev API to retrieve supported protocol
> > > > header mask of a PMD, which helps to configure protocol header based
> buffer split.
> > > >
> > > > Signed-off-by: Wenxuan Wu <wenxuanx.wu at intel.com>
> > > > ---
> > > > +/**
> > > > + * @warning
> > > > + * @b EXPERIMENTAL: this API may change without prior notice
> > > > + *
> > > > + * Get supported header protocols to split supported by PMD.
> > > > + * The API will return error if the device is not valid.
> > > > + *
> > > > + * @param port_id
> > > > + * The port identifier of the device.
> > > > + * @param ptype
> > > > + * Supported protocol headers of driver.
> > >
> > > It doesn't say where to find the types.
> > > Please give the prefix.
> >
> > Sorry I didn't catch your point, are you referring the ptype should be
> composed of RTE_PTYPE_*?
> > Could you explain it in more detail?
>
> Yes just give to the user the required info to use the function.
> If ptype must be composed with RTE_PTYPE_*, it must be said.
Thanks for your explanation, will fix in the next version.
Thanks,
Yuan
>
> Thanks
>
More information about the dev
mailing list