RE: [PATCH v3 03/27] net/nfp: unify the type of integer variable

2023-09-17 Thread Chaoyong He
> On 9/15/2023 10:15 AM, Chaoyong He wrote: > > Unify the type of integer variable to the DPDK prefer style. > > Also change the return type of 'nfp_eth_speed2rate()' to the > > corresponding enum, which make it more readable. > > > > Signed-off-by: Chaoyong He > > Reviewed-by: Niklas Söderlund >

Re: [PATCH v3 03/27] net/nfp: unify the type of integer variable

2023-09-15 Thread Ferruh Yigit
On 9/15/2023 10:15 AM, Chaoyong He wrote: > Unify the type of integer variable to the DPDK prefer style. > Also change the return type of 'nfp_eth_speed2rate()' to the > corresponding enum, which make it more readable. > > Signed-off-by: Chaoyong He > Reviewed-by: Niklas Söderlund <...> > @@ -

[PATCH v3 03/27] net/nfp: unify the type of integer variable

2023-09-15 Thread Chaoyong He
Unify the type of integer variable to the DPDK prefer style. Also change the return type of 'nfp_eth_speed2rate()' to the corresponding enum, which make it more readable. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfpcore/nfp_cpp.h | 53 ++-