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

2022-06-02 Thread Ding, Xuan
...@gmail.com > Cc: step...@networkplumber.org; Ding, Xuan ; > Wang, YuanX ; Ray Kinsella > Subject: Re: [PATCH v8 1/3] ethdev: introduce protocol header based buffer > split > > There are two v8 1/3 patches in my mailbox. Which one is the right one? Yes, you are right, the s

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

2022-06-02 Thread Andrew Rybchenko
There are two v8 1/3 patches in my mailbox. Which one is the right one? 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 wil

[PATCH v8 1/3] ethdev: introduce protocol header 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