[PATCH v7 2/3] net/ice: support buffer split in Rx path

2022-06-01 Thread wenxuanx . wu
From: Wenxuan Wu This patch adds support for proto based buffer split in normal Rx data paths. When the Rx queue is configured with specific protocol type, packets received will be directly splitted into protocol header and payload parts. And the two parts will be put into different mempools. Cu

[PATCH v7 2/3] net/ice: support buffer split in Rx path

2022-06-01 Thread wenxuanx . wu
From: Wenxuan Wu This patch adds support for proto based buffer split in normal Rx data paths. When the Rx queue is configured with specific protocol type, packets received will be directly splitted into protocol header and payload parts. And the two parts will be put into different mempools. Cu