Commit 0f6b80d9 authored by Jiantao Xiao's avatar Jiantao Xiao
Browse files

Revert "net: hns3: modify reset delay time to avoid configuration timeout"

driver inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I7WQZ1


CVE: NA

----------------------------------------------------------------------

This reverts commit 1828e308.

Signed-off-by: default avatarJiantao Xiao <xiaojiantao1@h-partners.com>
parent 8e685afc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1503,10 +1503,7 @@ static int hclgevf_reset_wait(struct hclgevf_dev *hdev)
	 * might happen in case reset assertion was made by PF. Yes, this also
	 * means we might end up waiting bit more even for VF reset.
	 */
	if (hdev->reset_type == HNAE3_VF_FULL_RESET)
	msleep(5000);
	else
		msleep(500);

	return 0;
}