> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Monday, August 14, 2023 5:10 PM > To: [email protected] > Cc: Zhang, Qi Z <[email protected]>; Jiale, SongX <[email protected]>; > Zeng, ZhichaoX <[email protected]>; Wu, Jingjing > <[email protected]>; Xing, Beilei <[email protected]> > 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 <[email protected]>
Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

