RE: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-10 Thread Ding, Xuan
p > ; dev@dpdk.org; Zhang, Yuying > ; Zhang, Qi Z ; > jerinjac...@gmail.com > Cc: step...@networkplumber.org; Wang, YuanX ; > Ray Kinsella > Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split > > On 6/7/22 13:13, Ding, Xuan wrote: > > Hi Andre

Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-07 Thread Andrew Rybchenko
; jerinjac...@gmail.com Cc: step...@networkplumber.org; Wang, YuanX ; Ray Kinsella Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split On 6/3/22 19:30, Ding, Xuan wrote: Hi Andrew, -Original Message- From: Andrew Rybchenko Sent: Thursday, June 2, 2022 9:21 PM To: Wu

RE: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-07 Thread Ding, Xuan
> jerinjac...@gmail.com > Cc: step...@networkplumber.org; Wang, YuanX ; > Ray Kinsella > Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split > > On 6/3/22 19:30, Ding, Xuan wrote: > > Hi Andrew, > > > >> -Original Message- >

Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-04 Thread Andrew Rybchenko
...@gmail.com Cc: step...@networkplumber.org; Ding, Xuan ; Wang, YuanX ; Ray Kinsella Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split Is it the right one since it is listed in patchwork? Yes, it is. On 6/1/22 16:50, wenxuanx...@intel.com wrote: From: Wenxuan Wu

RE: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-03 Thread Ding, Xuan
...@gmail.com > Cc: step...@networkplumber.org; Ding, Xuan ; > Wang, YuanX ; Ray Kinsella > Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split > > Is it the right one since it is listed in patchwork? Yes, it is. > > On 6/1/22 16:50, wenx

Re: [PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-02 Thread Andrew Rybchenko
Is it the right one since it is listed in patchwork? On 6/1/22 16:50, wenxuanx...@intel.com wrote: From: Wenxuan Wu Currently, Rx buffer split supports length based split. With Rx queue offload RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT enabled and Rx packet segment configured, PMD will be able to split

[PATCH v8 1/3] ethdev: introduce protocol hdr based buffer split

2022-06-01 Thread wenxuanx . wu
From: Wenxuan Wu Currently, Rx buffer split supports length based split. With Rx queue offload RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT enabled and Rx packet segment configured, PMD will be able to split the received packets into multiple segments. However, length based buffer split is not suitable for N