> -----Original Message----- > From: He, ShiyangX <[email protected]> > Sent: Tuesday, September 26, 2023 8:39 PM > To: [email protected] > Cc: Zhou, YidingX <[email protected]>; He, ShiyangX > <[email protected]>; Zhang, Qi Z <[email protected]>; Wang, Liang- > min <[email protected]>; Zhang, Yuying <[email protected]>; > Xing, Beilei <[email protected]>; Su, Simei <[email protected]>; Wu, > Wenjun1 <[email protected]>; Yang, Qiming <[email protected]>; > Wu, Jingjing <[email protected]> > Subject: [PATCH v5] net/iavf: add devargs to enable vf auto-reset > > Originally, the iavf PMD does not perform special actions when it receives a > PF-to-VF reset event, resulting in vf being offline and unavailable. > > This patch enables vf auto-reset by setting 'watchdog_period' devargs to true. > The iavf PMD will perform an automatic reset to bring the vf back online > when it receives a PF-to-VF event.
Fix typo by s/watchdog_period/auto_reset > > v2: handling reset by event handler > v3: change reset process > v4: rebase > v5: change enable_auto_reset to auto_reset > > Acked-by: Qi Zhang <[email protected]> > Signed-off-by: Shiyang He <[email protected]> > Signed-off-by: Liang-Min Larry Wang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

