RE: [RFC,v2 1/3] ethdev: introduce protocol type based header split

2022-03-22 Thread Ding, Xuan
@nvidia.com; Yu, Ping > ; Wu, WenxuanX ; Wang, > YuanX > Subject: RE: [RFC,v2 1/3] ethdev: introduce protocol type based header split > > > > > -Original Message- > > From: Ding, Xuan > > Sent: Tuesday, March 22, 2022 11:56 AM > > To: tho...@

RE: [RFC,v2 1/3] ethdev: introduce protocol type based header split

2022-03-22 Thread Zhang, Qi Z
ng, Qi Z > ; Yu, Ping ; Wu, WenxuanX > ; Ding, Xuan ; Wang, > YuanX > Subject: [RFC,v2 1/3] ethdev: introduce protocol type based header split > > From: Xuan Ding > > Header split consists of splitting a received packet into two separate regions > based on the packet co

[RFC,v2 1/3] ethdev: introduce protocol type based header split

2022-03-21 Thread xuan . ding
From: Xuan Ding Header split consists of splitting a received packet into two separate regions based on the packet content. The split happens after the packet header and before the packet payload. Splitting is usually between the packet header that can be posted to a dedicated buffer and the pack