Re: [PATCH 08/10] net/nfp: fix problem caused by FEC set

2024-10-10 Thread Stephen Hemminger
On Thu, 10 Oct 2024 17:17:14 +0800 Chaoyong He wrote: > The return value of 'nfp_eth_set_fec()' is three ways, the original > logic considered it as two ways wrongly. > > Fixes: 37bd1b843a20 ("net/nfp: support setting FEC mode") > Cc: zerun...@corigine.com > Cc: sta...@dpdk.org > > Signed-off-b

[PATCH 08/10] net/nfp: fix problem caused by FEC set

2024-10-10 Thread Chaoyong He
The return value of 'nfp_eth_set_fec()' is three ways, the original logic considered it as two ways wrongly. Fixes: 37bd1b843a20 ("net/nfp: support setting FEC mode") Cc: zerun...@corigine.com Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- driv