> -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Monday, August 14, 2023 5:10 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Jiale, SongX <songx.ji...@intel.com>; > Zeng, ZhichaoX <zhichaox.z...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com> > Subject: [PATCH v2] net/iavf: refactor part of watchdog > > This commit refactors two parts of the watchdog: > 1. Cancel the rte_eal_alarm when closing the watchdog to avoid > ASAN heap-use-after-free error in some conditions. > 2. Modify the logs when enabling and disabling the watchdog to be > more detailed. > > Fixes: af801b0374e3 ("net/iavf: add devargs to control 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