RE: [PATCH v2] net/iavf: refactor part of watchdog

2023-08-14 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, August 14, 2023 5:10 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Jiale, SongX ; > Zeng, ZhichaoX ; Wu, Jingjing > ; Xing, Beilei > Subject: [PATCH v2] net/iavf: refactor part of watchdog > > This

[PATCH v2] net/iavf: refactor part of watchdog

2023-08-14 Thread Zhichao Zeng
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 c