RE: [PATCH v6 4/4] net/ice: support buffer split in Rx path

2022-09-30 Thread Tang, Yaqi
man Deep ; Zhang, Yuying > ; jerinjac...@gmail.com; > viachesl...@nvidia.com; step...@networkplumber.org; Ding, Xuan > ; hpoth...@marvell.com; Tang, Yaqi > ; Wang, YuanX ; Wenxuan > Wu > Subject: [PATCH v6 4/4] net/ice: support buffer split in Rx path > > This patch adds supp

[PATCH v6 4/4] net/ice: support buffer split in Rx path

2022-09-29 Thread Yuan Wang
This patch adds support for protocol based buffer split in normal Rx data paths. When the Rx queue is configured with specific protocol type, packets received will be directly split into protocol header and payload parts limitation of pmd. And the two parts will be put into different mempools. Cur