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

2022-10-06 Thread Andrew Rybchenko
On 10/6/22 02:18, 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 Reviewed-by: Andrew Rybchenko New function shoul

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

2022-10-05 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/rel_notes/release_22_11.rst | 5 li