> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Thursday, March 16, 2023 3:15 PM > To: [email protected] > Cc: [email protected]; Zhou, YidingX <[email protected]>; Zhang, Qi Z > <[email protected]>; Zeng, ZhichaoX <[email protected]>; Wu, > Jingjing <[email protected]>; Xing, Beilei <[email protected]> > Subject: [PATCH] net/iavf: fix dev stop return value > > The rte_eth_dev_stop will return wrong value as error will return from iavf > PMD during device reset. > > This patch is a around to fix it by return 0 in dev_stop during device reset. > > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > Cc: [email protected] > > Signed-off-by: Zhichao Zeng <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

