Re: [PATCH v3 19/27] net/nfp: refact the nsp module

2023-09-18 Thread Ferruh Yigit
On 9/18/2023 1:31 PM, Ferruh Yigit wrote: > On 9/15/2023 10:15 AM, Chaoyong He wrote: >> Move the definition of data structure into the implement file. >> Also sync the logic from kernel driver and remove the unneeded header >> file include statements. >> >> Signed-off-by: Chaoyong He >> Reviewed-

Re: [PATCH v3 19/27] net/nfp: refact the nsp module

2023-09-18 Thread Ferruh Yigit
On 9/15/2023 10:15 AM, Chaoyong He wrote: > Move the definition of data structure into the implement file. > Also sync the logic from kernel driver and remove the unneeded header > file include statements. > > Signed-off-by: Chaoyong He > Reviewed-by: Niklas Söderlund <...> > @@ -381,6 +478,43

[PATCH v3 19/27] net/nfp: refact the nsp module

2023-09-15 Thread Chaoyong He
Move the definition of data structure into the implement file. Also sync the logic from kernel driver and remove the unneeded header file include statements. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_ethdev.c | 2 +- drivers/net/nfp/nfpcore/nfp