RE: [PATCH v4] net/iavf: add devargs to enable vf auto-reset

2023-09-25 Thread Zhang, Qi Z
> Subject: [PATCH v4] 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

[PATCH v4] net/iavf: add devargs to enable vf auto-reset

2023-09-25 Thread Shiyang He
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