Re: [PATCH 0/8] refactor logic to support secondary process

2024-05-21 Thread Ferruh Yigit
On 4/19/2024 6:23 AM, Chaoyong He wrote: > Refactor data structure and related logic to make the secondary process > can work as expect. > > --- > v2: > * Solve the build problem. > --- > > Chaoyong He (8): > net/nfp: fix resource leak of secondary process > net/nfp: fix configuration BAR pro

Re: [PATCH 0/8] refactor logic to support secondary process

2024-05-21 Thread Ferruh Yigit
On 5/21/2024 12:24 PM, Chaoyong He wrote: >> On 5/21/2024 3:17 AM, Chaoyong He wrote: On 4/19/2024 6:23 AM, Chaoyong He wrote: > Refactor data structure and related logic to make the secondary > process can work as expect. > Hi Chaoyong, Patchset looks good, but

RE: [PATCH 0/8] refactor logic to support secondary process

2024-05-21 Thread Chaoyong He
> On 5/21/2024 3:17 AM, Chaoyong He wrote: > >> On 4/19/2024 6:23 AM, Chaoyong He wrote: > >>> Refactor data structure and related logic to make the secondary > >>> process can work as expect. > >>> > >> > >> Hi Chaoyong, > >> > >> Patchset looks good, but I have a question related to the motivatio

Re: [PATCH 0/8] refactor logic to support secondary process

2024-05-21 Thread Ferruh Yigit
On 5/21/2024 3:17 AM, Chaoyong He wrote: >> On 4/19/2024 6:23 AM, Chaoyong He wrote: >>> Refactor data structure and related logic to make the secondary >>> process can work as expect. >>> >> >> Hi Chaoyong, >> >> Patchset looks good, but I have a question related to the motivation of >> moving >>

RE: [PATCH 0/8] refactor logic to support secondary process

2024-05-20 Thread Chaoyong He
> On 4/19/2024 6:23 AM, Chaoyong He wrote: > > Refactor data structure and related logic to make the secondary > > process can work as expect. > > > > Hi Chaoyong, > > Patchset looks good, but I have a question related to the motivation of moving > so many structs to process private data? > > No

Re: [PATCH 0/8] refactor logic to support secondary process

2024-05-20 Thread Ferruh Yigit
On 4/19/2024 6:23 AM, Chaoyong He wrote: > Refactor data structure and related logic to make the secondary process > can work as expect. > Hi Chaoyong, Patchset looks good, but I have a question related to the motivation of moving so many structs to process private data? Normally ethdev is proc

[PATCH 0/8] refactor logic to support secondary process

2024-04-18 Thread Chaoyong He
Refactor data structure and related logic to make the secondary process can work as expect. --- v2: * Solve the build problem. --- Chaoyong He (8): net/nfp: fix resource leak of secondary process net/nfp: fix configuration BAR problem net/nfp: adjust the data field of Rx/Tx queue net/nfp:

[PATCH 0/8] refactor logic to support secondary process

2024-04-18 Thread Chaoyong He
Refactor data structure and related logic to make the secondary process can work as expect. Chaoyong He (8): net/nfp: fix resource leak of secondary process net/nfp: fix configuration BAR problem net/nfp: adjust the data field of Rx/Tx queue net/nfp: add the process private structure net