RE: [PATCH v9 0/4] support protocol based buffer split

2022-10-09 Thread Ding, Xuan
ang, Qiming ; > jerinjac...@gmail.com; viachesl...@nvidia.com; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi > Subject: Re: [PATCH v9 0/4] support protocol based buffer split > > On 10/9/22 23:25, Yuan Wang wrote: > > Protocol type based buffer s

Re: [PATCH v9 0/4] support protocol based buffer split

2022-10-09 Thread Andrew Rybchenko
On 10/9/22 23:25, Yuan Wang wrote: Protocol type based buffer split consists of splitting a received packet into several separate segments 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

[PATCH v9 0/4] support protocol based buffer split

2022-10-09 Thread Yuan Wang
Protocol type based buffer split consists of splitting a received packet into several separate segments 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 patc