Re: [PATCH 05/10] net/nfp: fix problem caused by configure function

2024-10-10 Thread Stephen Hemminger
On Thu, 10 Oct 2024 17:17:11 +0800 Chaoyong He wrote: > The return value of 'nfp_eth_set_configured()' is three ways, the > original logic considered it as two ways wrongly. > > Fixes: 61d4008fe6bb ("net/nfp: support setting link up/down") > Cc: sta...@dpdk.org > > Signed-off-by: Chaoyong He >

[PATCH 05/10] net/nfp: fix problem caused by configure function

2024-10-10 Thread Chaoyong He
The return value of 'nfp_eth_set_configured()' is three ways, the original logic considered it as two ways wrongly. Fixes: 61d4008fe6bb ("net/nfp: support setting link up/down") Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- drivers/net/nfp/nfp