RE: [PATCH v4] net/iavf: add devargs to control watchdog

2023-05-16 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, May 15, 2023 2:54 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Yang, Qiming ; Wu, > Wenjun1 ; Su, Simei ; Zhang, > Yuying ; Xing, Beilei ; Wu, > Jingjing > Subject: [PATCH v4] ne

[PATCH v4] net/iavf: add devargs to control watchdog

2023-05-14 Thread Zhichao Zeng
This patch enables the watchdog to detect VF FLR when the link state changes to down, and the default period is 2000us as defined by IAVF_DEV_WATCHDOG_PERIOD. In addition, the 'watchdog_period' devargs was added to adjust the watchdog period(microseconds), or set to 0 to disable the watchdog. Sig