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

2023-04-23 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Tuesday, April 18, 2023 1:42 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Wu, Jingjing ; Xing, > Beilei > Subject: [PATCH] net/iavf: add devargs to enable watchdog > > This patch adds de

[PATCH] net/iavf: add devargs to enable watchdog

2023-04-17 Thread Zhichao Zeng
This patch adds devargs to enable reset watchdog for iavf, use '-a {pci::xx:xx:x},watchdog_period={microseconds}' to enable watchdog. If the watchdog period is configured through the IAVF_DEV_WATCHDOG_PERIOD and devargs at the same time, the IAVF_DEV_WATCHDOG_PERIOD will prevail. Signed-off-b