RE: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-21 Thread Chaoyong He
> 21/09/2022 04:02, Chaoyong He: > > > On 9/15/2022 11:44 AM, Chaoyong He wrote: > > > > Adds the setup/start logic for the ctrl vNIC. This vNIC is used by > > > > the PMD and flower firmware application as a communication channel > > > between > > > > driver and firmware. In the case of OVS it is

Re: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-21 Thread Thomas Monjalon
21/09/2022 04:02, Chaoyong He: > > On 9/15/2022 11:44 AM, Chaoyong He wrote: > > > Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the > > > PMD and flower firmware application as a communication channel > > between > > > driver and firmware. In the case of OVS it is also used to

RE: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-20 Thread Chaoyong He
> On 9/15/2022 11:44 AM, Chaoyong He wrote: > > Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the > > PMD and flower firmware application as a communication channel > between > > driver and firmware. In the case of OVS it is also used to communicate > > flow statistics from har

Re: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-20 Thread Ferruh Yigit
On 9/15/2022 11:44 AM, Chaoyong He wrote: Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the PMD and flower firmware application as a communication channel between driver and firmware. In the case of OVS it is also used to communicate flow statistics from hardware to the drive