> -----Original Message-----
> From: Wang, YuanX <[email protected]>
> Sent: Friday, September 30, 2022 2:59 AM
> To: [email protected]; Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; Li, Xiaoyun <[email protected]>;
> Singh, Aman Deep <[email protected]>; Zhang, Yuying
> <[email protected]>; [email protected];
> [email protected]; [email protected]; Ding, Xuan
> <[email protected]>; [email protected]; Tang, Yaqi
> <[email protected]>; Wang, YuanX <[email protected]>; Wenxuan
> Wu <[email protected]>
> Subject: [PATCH v6 4/4] net/ice: support buffer split in Rx path
> 
> 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.
> 
> Currently, protocol based buffer split is not supported in vectorized paths.
> 
> A new api ice_buffer_split_supported_hdr_ptypes_get() has been introduced,
> it will return the supported header protocols of ice PMD to app for splitting.
> 
> Signed-off-by: Yuan Wang <[email protected]>
> Signed-off-by: Xuan Ding <[email protected]>
> Signed-off-by: Wenxuan Wu <[email protected]>
> ---

Tested-by: Yaqi Tang <[email protected]>

Reply via email to