Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-14 Thread Thomas Monjalon
14/09/2022 03:23, Chaoyong He: > > On 9/13/2022 7:51 AM, Chaoyong He wrote: > > > > > >> On 9/9/2022 3:36 AM, Chaoyong He wrote: > > On 9/8/2022 9:44 AM, Chaoyong He wrote: > > > Adds the vNIC initialization logic for the flower PF vNIC. The > > > flower firmware exposes this vNIC for

Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-14 Thread Thomas Monjalon
09/09/2022 14:13, Ferruh Yigit: > On 9/9/2022 3:36 AM, Chaoyong He wrote: > >> On 9/8/2022 9:44 AM, Chaoyong He wrote: > >>> Adds the vNIC initialization logic for the flower PF vNIC. The flower > >>> firmware exposes this vNIC for the purposes of fallback traffic in the > >>> switchdev use-case. >

RE: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-13 Thread Chaoyong He
> On 9/13/2022 7:51 AM, Chaoyong He wrote: > > > >> On 9/9/2022 3:36 AM, Chaoyong He wrote: > On 9/8/2022 9:44 AM, Chaoyong He wrote: > > Adds the vNIC initialization logic for the flower PF vNIC. The > > flower firmware exposes this vNIC for the purposes of fallback > > traffic in

Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-13 Thread Ferruh Yigit
On 9/13/2022 7:51 AM, Chaoyong He wrote: On 9/9/2022 3:36 AM, Chaoyong He wrote: On 9/8/2022 9:44 AM, Chaoyong He wrote: Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minim

RE: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-12 Thread Chaoyong He
> On 9/9/2022 3:36 AM, Chaoyong He wrote: > >> On 9/8/2022 9:44 AM, Chaoyong He wrote: > >>> Adds the vNIC initialization logic for the flower PF vNIC. The > >>> flower firmware exposes this vNIC for the purposes of fallback > >>> traffic in the switchdev use-case. > >>> > >>> Adds minimal dev_ops

Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-09 Thread Ferruh Yigit
On 9/9/2022 3:36 AM, Chaoyong He wrote: On 9/8/2022 9:44 AM, Chaoyong He wrote: Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minimal dev_ops for this PF device. Because the d

Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-09 Thread Ferruh Yigit
On 9/9/2022 3:36 AM, Chaoyong He wrote: On 9/8/2022 9:44 AM, Chaoyong He wrote: Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minimal dev_ops for this PF device. Because the d

RE: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-08 Thread Chaoyong He
> On 9/8/2022 9:44 AM, Chaoyong He wrote: > > Adds the vNIC initialization logic for the flower PF vNIC. The flower > > firmware exposes this vNIC for the purposes of fallback traffic in the > > switchdev use-case. > > > > Adds minimal dev_ops for this PF device. Because the device is being > > exp

Re: [PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-08 Thread Ferruh Yigit
On 9/8/2022 9:44 AM, Chaoyong He wrote: Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minimal dev_ops for this PF device. Because the device is being exposed externally to DPDK

[PATCH v8 05/12] net/nfp: add flower PF setup logic

2022-09-08 Thread Chaoyong He
Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minimal dev_ops for this PF device. Because the device is being exposed externally to DPDK it should also be configured using DPDK h