RE: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-21 Thread Wang, YuanX
ang, Qiming ; > jerinjac...@gmail.com; viachesl...@nvidia.com; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu > > Subject: Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split > > On 9/16/22 11:38, Wang, YuanX wrote:

Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-19 Thread Andrew Rybchenko
, Qiming ; jerinjac...@gmail.com; viachesl...@nvidia.com; step...@networkplumber.org; Ding, Xuan ; hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu Subject: Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split On 9/2/22 22:10, Yuan Wang wrote: Currently, Rx buffer split supports length

RE: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-16 Thread Wang, YuanX
; ; Zhang, Yuying ; > Zhang, Qi Z ; Yang, Qiming ; > jerinjac...@gmail.com; Slava Ovsiienko ; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu > > Subject: RE: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split > > Hi &g

RE: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-16 Thread Wang, YuanX
ang, Qiming ; > jerinjac...@gmail.com; viachesl...@nvidia.com; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu > > Subject: Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split > > On 9/2/22 22:10, Yuan Wang wrote: > &g

RE: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-13 Thread Suanming Mou
zh...@intel.com; qi.z.zh...@intel.com; qiming.y...@intel.com; > jerinjac...@gmail.com; Slava Ovsiienko ; > step...@networkplumber.org; xuan.d...@intel.com; hpoth...@marvell.com; > yaqi.t...@intel.com; Yuan Wang ; Wenxuan Wu > > Subject: [PATCH v3 2/4] ethdev: introduce p

Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-12 Thread Andrew Rybchenko
On 9/2/22 22:10, Yuan Wang wrote: 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 n

[PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-02 Thread Yuan Wang
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 NICs that do split b