> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Monday, May 15, 2023 2:54 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Zeng, ZhichaoX > <zhichaox.z...@intel.com>; Yang, Qiming <qiming.y...@intel.com>; Wu, > Wenjun1 <wenjun1...@intel.com>; Su, Simei <simei...@intel.com>; Zhang, > Yuying <yuying.zh...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Wu, > Jingjing <jingjing...@intel.com> > Subject: [PATCH v4] net/iavf: add devargs to control watchdog > > 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. > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi