Re: [PATCH v8 01/12] net/nfp: move app specific attributes to own struct

2022-09-09 Thread Ferruh Yigit
On 9/9/2022 6:43 AM, Chaoyong He wrote: On 9/8/2022 9:44 AM, Chaoyong He wrote: The NFP card can load different firmware applications. Currently only the CoreNIC application is supported. This commit makes needed infrastructure changes in order to support other firmware applications too. Cleare

RE: [PATCH v8 01/12] net/nfp: move app specific attributes to own struct

2022-09-08 Thread Chaoyong He
> > On 9/8/2022 9:44 AM, Chaoyong He wrote: > > > The NFP card can load different firmware applications. Currently > > > only the CoreNIC application is supported. This commit makes needed > > > infrastructure changes in order to support other firmware > > > applications too. > > > > > > Clearer se

RE: [PATCH v8 01/12] net/nfp: move app specific attributes to own struct

2022-09-08 Thread Chaoyong He
> On 9/8/2022 9:44 AM, Chaoyong He wrote: > > The NFP card can load different firmware applications. Currently only > > the CoreNIC application is supported. This commit makes needed > > infrastructure changes in order to support other firmware applications > > too. > > > > Clearer separation is ma

Re: [PATCH v8 01/12] net/nfp: move app specific attributes to own struct

2022-09-08 Thread Ferruh Yigit
On 9/8/2022 9:44 AM, Chaoyong He wrote: The NFP card can load different firmware applications. Currently only the CoreNIC application is supported. This commit makes needed infrastructure changes in order to support other firmware applications too. Clearer separation is made between the PF devic