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

2022-09-16 Thread Wang, YuanX
; Yang, Qiming ; > jerinjac...@gmail.com; viachesl...@nvidia.com; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu > > Subject: Re: [PATCH v3 1/4] ethdev: introduce protocol header API > > On 9/2/22 22:10, Yuan Wang wrote: > > Add a

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

2022-09-12 Thread Andrew Rybchenko
On 9/2/22 22:10, Yuan Wang wrote: 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 Nit below. Other than that: Reviewed-by: Andrew Ry