Re: [dpdk-dev] [PATCH] net/sfc: fix incorrect fail label placement

2020-03-05 Thread Ferruh Yigit
On 3/5/2020 10:38 AM, Andrew Rybchenko wrote: > From: Igor Romanov > > NIC deinitialization should not happen after a failed NIC > initialization. > > Fixes: 91831d4068c8 ("net/sfc: estimate available resources") > Cc: sta...@dpdk.org > > Signed-off-by: Igor Romanov > Signed-off-by: Andrew Ryb

[dpdk-dev] [PATCH] net/sfc: fix incorrect fail label placement

2020-03-05 Thread Andrew Rybchenko
From: Igor Romanov NIC deinitialization should not happen after a failed NIC initialization. Fixes: 91831d4068c8 ("net/sfc: estimate available resources") Cc: sta...@dpdk.org Signed-off-by: Igor Romanov Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/sfc.c | 2 +- 1 file changed, 1 inser