Comment 0 for bug 1853963

Revision history for this message
Fred Kimmy (kongzizaixian) wrote :

"[Bug Description]
Currently, hclge_reset_err_handle() will assert a global reset
when the failing count is smaller than MAX_RESET_FAIL_CNT, which
will affect other running functions.

[Steps to Reproduce]
1.load PF/VF driver and enable VF
2.trigger PF global reset periodically by script
3.config PF/VF parameters periodically by script

[Actual Results]
Some ports run abnormally or stop running.

[Expected Results]
All ports run normally.

[Reproducibility]
Inevitably

[Additional information]
Hardware: D06
Firmware: NA
Kernel: NA

[Resolution]
This patch removes this upgrading, and uses re-scheduling reset
task to do it."

net: hns3: remove upgrade reset level when reset fail
net: hns3: add reset checking before set channels