Re: [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD

2022-10-19 Thread Ferruh Yigit
On 10/19/2022 12:30 PM, Chaoyong He wrote: On 10/19/2022 4:00 AM, Chaoyong He wrote: On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the flow validate/create/query/destroy/flush API of nfp PMD. The flow create API construct a control cmsg and send it to firmware, then add this flow to the hash

RE: [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD

2022-10-19 Thread Chaoyong He
> On 10/19/2022 4:00 AM, Chaoyong He wrote: > >> On 10/10/2022 7:08 AM, Chaoyong He wrote: > >>> Add the flow validate/create/query/destroy/flush API of nfp PMD. > >>> > >>> The flow create API construct a control cmsg and send it to > >>> firmware, then add this flow to the hash table. > >>> > >>

Re: [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD

2022-10-19 Thread Ferruh Yigit
On 10/19/2022 4:00 AM, Chaoyong He wrote: On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the flow validate/create/query/destroy/flush API of nfp PMD. The flow create API construct a control cmsg and send it to firmware, then add this flow to the hash table. The flow query API get flow stats fr

RE: [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD

2022-10-18 Thread Chaoyong He
> On 10/10/2022 7:08 AM, Chaoyong He wrote: > > Add the flow validate/create/query/destroy/flush API of nfp PMD. > > > > The flow create API construct a control cmsg and send it to firmware, > > then add this flow to the hash table. > > > > The flow query API get flow stats from the flow_priv stru

Re: [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD

2022-10-10 Thread Ferruh Yigit
On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the flow validate/create/query/destroy/flush API of nfp PMD. The flow create API construct a control cmsg and send it to firmware, then add this flow to the hash table. The flow query API get flow stats from the flow_priv structure. Note there exis