Re: [PATCH v6 00/27] add the basic rte_flow offload support of nfp PMD

2022-10-21 Thread Ferruh Yigit
On 10/21/2022 9:01 AM, Chaoyong He wrote: This is the second patch series to add the support of rte_flow offload for nfp PMD, includes: Implement the rte_flow related API Implement the offload framework of nfp card Add the offload support of common rte_flow pattern items Add the offload support o

[PATCH v6 00/27] add the basic rte_flow offload support of nfp PMD

2022-10-21 Thread Chaoyong He
This is the second patch series to add the support of rte_flow offload for nfp PMD, includes: Implement the rte_flow related API Implement the offload framework of nfp card Add the offload support of common rte_flow pattern items Add the offload support of common rte_flow actions * Changes since v