Re: [PATCH v8 0/3] ethdev: introduce protocol type based header split

2022-06-02 Thread Andrew Rybchenko
On 6/1/22 16:50, wenxuanx...@intel.com wrote: From: Wenxuan Wu Buffer split consists of splitting a received packet into two separate 'two' is misleading above. Buffer split supports many segments. regions based on the packet content. As far as I know buffer split is not based on packet c

[PATCH v8 0/3] ethdev: introduce protocol type based header split

2022-06-01 Thread wenxuanx . wu
From: Wenxuan Wu Buffer split consists of splitting a received packet into two separate regions based on the packet content. It is useful in some scenarios, such as GPU acceleration. The splitting will help to enable true zero copy and hence improve the performance significantly. This patchset e