Re: [PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD

2022-09-05 Thread Ferruh Yigit
On 8/12/2022 11:22 AM, Chaoyong He wrote: This is the first patch series to add the support of rte_flow offload for nfp PMD, includes: Add the support of flower firmware Add the support of representor port Add the flower service infrastructure Add the cmsg interactive channels between pmd and fw

Re: [PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD

2022-09-01 Thread Niklas Söderlund
Hi all, A gentle ping on this series. We have a lot of things in the pipeline that depends on this work and would be nice if we had the base patches in-tree. On 2022-08-12 18:22:18 +0800, Chaoyong He wrote: > This is the first patch series to add the support of rte_flow offload for > nfp PMD, i

[PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD

2022-08-12 Thread Chaoyong He
This is the first patch series to add the support of rte_flow offload for nfp PMD, includes: Add the support of flower firmware Add the support of representor port Add the flower service infrastructure Add the cmsg interactive channels between pmd and fw * Changes since v6 - Fix the compile error