Re: [PATCH v2 0/3] enhance NFP service framework

2024-02-08 Thread Ferruh Yigit
On 2/2/2024 3:04 AM, Chaoyong He wrote: > Make multiple devices can use single core to run services for > flower firmware. > Also add synchronize module and service module to support it. > > --- > v2: > * Merge the last commit of v1 into the second commit. > --- > > Long Wu (3): > net/nfp: add

RE: [PATCH v2 0/3] enhance NFP service framework

2024-02-08 Thread Chaoyong He
> On 2/2/2024 3:04 AM, Chaoyong He wrote: > > Make multiple devices can use single core to run services for flower > > firmware. > > Also add synchronize module and service module to support it. > > > > --- > > v2: > > * Merge the last commit of v1 into the second commit. > > > > Ask was to move t

Re: [PATCH v2 0/3] enhance NFP service framework

2024-02-06 Thread Ferruh Yigit
On 2/2/2024 3:04 AM, Chaoyong He wrote: > Make multiple devices can use single core to run services for > flower firmware. > Also add synchronize module and service module to support it. > > --- > v2: > * Merge the last commit of v1 into the second commit. > Ask was to move the fix as first patch

[PATCH v2 0/3] enhance NFP service framework

2024-02-01 Thread Chaoyong He
Make multiple devices can use single core to run services for flower firmware. Also add synchronize module and service module to support it. --- v2: * Merge the last commit of v1 into the second commit. --- Long Wu (3): net/nfp: add synchronize module net/nfp: create new service code related