RE: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-25 Thread Ding, Xuan
...@networkplumber.org; > m...@smartsharesystems.com; viachesl...@nvidia.com; Yu, Ping > ; Wang, YuanX ; > david.march...@redhat.com; Ferruh Yigit ; Ding, Xuan > > Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split > > 12/04/2022 18:15, Ding, Xuan: > > F

RE: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-25 Thread Ding, Xuan
@networkplumber.org; > m...@smartsharesystems.com; viachesl...@nvidia.com; Yu, Ping > ; Wang, YuanX ; > david.march...@redhat.com; Ferruh Yigit > Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split > > Hi Xuan, > > On 4/12/22 19:15, Ding, Xuan wrote: > > Hi

RE: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-25 Thread Ding, Xuan
Hemminger > ; Morten Brørup > ; Viacheslav Ovsiienko > ; Yu, Ping ; Wang, YuanX > > Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split > > On 4/12/22 19:40, Ding, Xuan wrote: > > Hi Jacob, > > > >> -Original Message- > >

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-21 Thread Thomas Monjalon
20/04/2022 16:39, Andrew Rybchenko: > On 4/12/22 19:40, Ding, Xuan wrote: > > From: Jerin Jacob > >> On Sat, Apr 2, 2022 at 4:33 PM wrote: > >>> From: Xuan Ding > >>> > >>> Header split consists of splitting a received packet into two separate > >>> regions based on the packet content. The split

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-21 Thread Thomas Monjalon
12/04/2022 18:15, Ding, Xuan: > From: Andrew Rybchenko > > On 4/2/22 13:41, wenxuanx...@intel.com wrote: > > > 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 hea

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-20 Thread Andrew Rybchenko
; m...@smartsharesystems.com; viachesl...@nvidia.com; Yu, Ping ; Ding, Xuan ; Wang, YuanX ; david.march...@redhat.com; Ferruh Yigit Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split On 4/2/22 13:41, wenxuanx...@intel.com wrote: From: Xuan Ding Header split consists of

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-20 Thread Andrew Rybchenko
Brørup ; Viacheslav Ovsiienko ; Yu, Ping ; Ding, Xuan ; Wang, YuanX Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split On Sat, Apr 2, 2022 at 4:33 PM wrote: From: Xuan Ding Header split consists of splitting a received packet into two separate regions based on the packet

RE: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-12 Thread Ding, Xuan
gt; Morten Brørup ; Viacheslav Ovsiienko > ; Yu, Ping ; Ding, Xuan > ; Wang, YuanX > Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split > > On Sat, Apr 2, 2022 at 4:33 PM wrote: > > > > From: Xuan Ding > > > > Header split consists of s

RE: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-12 Thread Ding, Xuan
m...@smartsharesystems.com; viachesl...@nvidia.com; Yu, Ping > ; Ding, Xuan ; Wang, YuanX > ; david.march...@redhat.com; Ferruh Yigit > > Subject: Re: [v4 1/3] ethdev: introduce protocol type based header split > > On 4/2/22 13:41, wenxuanx...@intel.com wrote: > > From: Xuan

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-07 Thread Jerin Jacob
On Sat, Apr 2, 2022 at 4:33 PM wrote: > > 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 t

Re: [v4 1/3] ethdev: introduce protocol type based header split

2022-04-07 Thread Andrew Rybchenko
On 4/2/22 13:41, wenxuanx...@intel.com wrote: 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

[v4 1/3] ethdev: introduce protocol type based header split

2022-04-02 Thread wenxuanx . wu
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