RE: [PATCH v9 0/4] add an api to support proto based buffer split

2022-07-11 Thread Ding, Xuan
> jerinjac...@gmail.com; step...@networkplumber.org; Zhang, Qi Z > ; Richardson, Bruce ; > Mcnamara, John > Subject: Re: [PATCH v9 0/4] add an api to support proto based buffer split > > 21/06/2022 10:56, Ding, Xuan: > > This protocol based buffer split patch series have bee

Re: [PATCH v9 0/4] add an api to support proto based buffer split

2022-07-07 Thread Thomas Monjalon
21/06/2022 10:56, Ding, Xuan: > This protocol based buffer split patch series have been updated to v9. > Sincerely thank you for the effort you put into this series. > > Hope to know your considerations about this series now. > Do you think is it possible to get in 22.07? Or there are still some c

RE: [PATCH v9 0/4] add an api to support proto based buffer split

2022-06-21 Thread Ding, Xuan
ng, Qi Z ; > jerinjac...@gmail.com > Cc: step...@networkplumber.org; Wu, WenxuanX > > Subject: [PATCH v9 0/4] add an api to support proto based buffer split > > From: Wenxuan Wu > > Protocol type based buffer split consists of splitting a received packet into > several separate se

[PATCH v9 0/4] add an api to support proto based buffer split

2022-06-13 Thread wenxuanx . wu
From: Wenxuan Wu 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 signif