]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_intr.c
net/hns3: fix traffic management
[dpdk.git] / drivers / net / hns3 / hns3_intr.c
index 6bdb17f622e3b278e756c9cc44d83d3617e459de..0b307fdd1de5004d0d12c862fc2490cb658d366f 100644 (file)
@@ -2582,7 +2582,7 @@ hns3_clear_reset_level(struct hns3_hw *hw, uint64_t *levels)
 static bool
 hns3_reset_err_handle(struct hns3_adapter *hns)
 {
-#define MAX_RESET_FAIL_CNT 5
+#define MAX_RESET_FAIL_CNT 30
 
        struct hns3_hw *hw = &hns->hw;
 
@@ -2676,7 +2676,7 @@ hns3_reset_pre(struct hns3_adapter *hns)
 static int
 hns3_reset_post(struct hns3_adapter *hns)
 {
-#define TIMEOUT_RETRIES_CNT    5
+#define TIMEOUT_RETRIES_CNT    30
        struct hns3_hw *hw = &hns->hw;
        struct timeval tv_delta;
        struct timeval tv;