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

2022-10-08 Thread Ding, Xuan
g ; Zhang, Qi Z > ; Yang, Qiming ; > jerinjac...@gmail.com; viachesl...@nvidia.com; > step...@networkplumber.org; Ding, Xuan ; > hpoth...@marvell.com; Tang, Yaqi ; Wenxuan Wu > > Subject: Re: [PATCH v8 2/4] ethdev: introduce protocol hdr based buffer split > > On 10/6/22

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

2022-10-06 Thread Andrew Rybchenko
On 10/6/22 02:18, 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

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

2022-10-05 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