Re: [PATCH v5 03/12] net/nfp: move app specific init logic to own function

2022-08-05 Thread Andrew Rybchenko
On 8/5/22 09:32, Chaoyong He wrote: The NFP card can load different firmware applications. This commit move the init logic of corenic app of the secondary process into its own function. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_ethdev.c | 93 +++

[PATCH v5 03/12] net/nfp: move app specific init logic to own function

2022-08-04 Thread Chaoyong He
The NFP card can load different firmware applications. This commit move the init logic of corenic app of the secondary process into its own function. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfp_ethdev.c | 93 +--- 1 fi