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

2023-05-14 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, May 15, 2023 1:48 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Yang, Qiming ; Wu, > Jingjing ; Xing, Beilei > Subject: [PATCH v3] net/iavf: add devargs to control watchdog > > T

[PATCH v3] 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