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

2022-10-06 Thread Andrew Rybchenko
On 10/6/22 02:18, Yuan Wang wrote: This patch adds support for protocol based buffer split in normal Rx "This patch adds" -> "Add" 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

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

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