Re: [dpdk-dev] [PATCH v8 6/7] net/iavf: add watchdog for VFLR
From: Wu, Jingjing <hidden>
Date: 2021-10-18 05:34:32
From: Wu, Jingjing <hidden>
Date: 2021-10-18 05:34:32
-----Original Message----- From: Nicolau, Radu <redacted> Sent: Friday, October 15, 2021 6:15 PM To: Wu, Jingjing <redacted>; Xing, Beilei <redacted> Cc: dev@dpdk.org; Doherty, Declan <redacted>; Sinha, Abhijit [off-list ref]; Zhang, Qi Z [off-list ref]; Richardson, Bruce [off-list ref]; Ananyev, Konstantin [off-list ref]; Nicolau, Radu [off-list ref] Subject: [PATCH v8 6/7] net/iavf: add watchdog for VFLR Add watchdog to iAVF PMD which support monitoring the VFLR register. If the device is not already in reset then if a VF reset in progress is detected then notfiy user through callback and set into reset state. If the device is already in reset then poll for completion of reset. The watchdog is disabled by default, to enable it set IAVF_DEV_WATCHDOG_PERIOD to a non zero value (microseconds) Signed-off-by: Declan Doherty <redacted> Signed-off-by: Radu Nicolau <redacted>
Acked-by: Jingjing Wu <redacted>