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

2022-09-21 Thread Chaoyong He
> Subject: Re: [PATCH v9 05/12] net/nfp: add flower PF setup logic > > I don't understand your logic fully, > but I understand you need special code to make your hardware work with > OvS, > meaning: > - OvS must have a special handling for your HW > -

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

2022-09-21 Thread Thomas Monjalon
I don't understand your logic fully, but I understand you need special code to make your hardware work with OvS, meaning: - OvS must have a special handling for your HW - other applications won't work Tell me I misunderstand, but I feel we should not accept this patch, there is prob

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

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

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

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