RE: [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split

2022-05-26 Thread Ding, Xuan
ng, Yuying ; Zhang, Qi Z > ; jerinjac...@gmail.com; > step...@networkplumber.org; m...@smartsharesystems.com; > viachesl...@nvidia.com; Yu, Ping > Subject: RE: [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer > split > > Hi Thomas, > > > -Original Message---

RE: [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split

2022-05-19 Thread Ding, Xuan
ng, Yuying ; Zhang, Qi Z > ; jerinjac...@gmail.com; > step...@networkplumber.org; m...@smartsharesystems.com; > viachesl...@nvidia.com; Yu, Ping > Subject: Re: [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer > split > > Hello, > > It seems you didn't

Re: [PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split

2022-05-17 Thread Thomas Monjalon
Hello, It seems you didn't try to address my main comment on v4: " Before doing anything, the first patch of this series should make the current status clearer. Example, this line does not explain what it does: uint16_t split_hdr_size; /**< hdr buf size (header_split enabled).*/ And heade

[PATCH v5 1/4] lib/ethdev: introduce protocol type based buffer split

2022-04-26 Thread wenxuanx . wu
From: Wenxuan Wu Protocol based buffer split consists of splitting a received packet into two separate regions based on its content. The split happens after the packet protocol header and before the packet payload. Splitting is usually between the packet protocol header that can be posted to a de