i40e/base: increase PF reset max loop limit
[dpdk.git] / drivers / net / i40e / base / i40e_common.c
index 13ad03f..3ba2aee 100644 (file)
@@ -1102,7 +1102,7 @@ STATIC enum i40e_media_type i40e_get_media_type(struct i40e_hw *hw)
        return media;
 }
 
-#define I40E_PF_RESET_WAIT_COUNT       110
+#define I40E_PF_RESET_WAIT_COUNT       200
 /**
  * i40e_pf_reset - Reset the PF
  * @hw: pointer to the hardware structure