[PATCH v9 1/4] ethdev: introduce protocol header API

2022-10-09 Thread Yuan Wang
Add a new ethdev API to retrieve supported protocol headers of a PMD, which helps to configure protocol header based buffer split. Signed-off-by: Yuan Wang Signed-off-by: Xuan Ding Signed-off-by: Wenxuan Wu Reviewed-by: Andrew Rybchenko --- doc/guides/nics/features.rst | 2 +- doc/

RE: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-08-02 Thread Wang, YuanX
jac...@gmail.com; > step...@networkplumber.org; Wu, WenxuanX ; > Ding, Xuan > 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. > > > >

Re: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-08-01 Thread Thomas Monjalon
01/08/2022 09:09, Wang, YuanX: > Hi Thomas, > > Sorry so long to response your email. > > From: Thomas Monjalon > > 13/06/2022 12:25, wenxuanx...@intel.com: > > > From: Wenxuan Wu > > > > > > This patch added new ethdev API to retrieve supported protocol header > > > mask of a PMD, which helps

RE: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-08-01 Thread Wang, YuanX
, Yuying > ; Zhang, Qi Z ; > jerinjac...@gmail.com > Cc: step...@networkplumber.org > Subject: Re: [PATCH v9 1/4] ethdev: introduce protocol header API > > On 6/13/22 13:25, wenxuanx...@intel.com wrote: > > From: Wenxuan Wu > > > > This patch added new eth

RE: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-08-01 Thread Wang, YuanX
Zhang, Yuying ; Zhang, Qi Z > ; jerinjac...@gmail.com; > step...@networkplumber.org > Subject: Re: [PATCH v9 1/4] ethdev: introduce protocol header API > > 13/06/2022 12:25, wenxuanx...@intel.com: > > From: Wenxuan Wu > > > > This patch added new ethdev API t

Re: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-07-08 Thread Andrew Rybchenko
On 6/13/22 13:25, wenxuanx...@intel.com wrote: From: Wenxuan Wu This patch added new ethdev API to retrieve supported protocol header mask This patch added -> Add of a PMD, which helps to configure protocol header based buffer split. I'd like to see motivation why single mask is considere

Re: [PATCH v9 1/4] ethdev: introduce protocol header API

2022-07-07 Thread Thomas Monjalon
13/06/2022 12:25, wenxuanx...@intel.com: > From: Wenxuan Wu > > 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 > --- > +/** > + * @warning > + * @b EXPERIMENTAL: th

[PATCH v9 1/4] ethdev: introduce protocol header API

2022-06-13 Thread wenxuanx . wu
From: Wenxuan Wu 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 --- doc/guides/rel_notes/release_22_07.rst | 2 ++ lib/ethdev/ethdev_driver.h | 18 +