From: Shannon Nelson Date: Wed, 23 Apr 2014 04:50:06 +0000 (+0000) Subject: i40e: increase reset wait time X-Git-Tag: v3.16-rc1~27^2~56^2~6 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d0ff56879ae82ae58e12459b3d5573a70c21b8e2;p=~emulex%2Finfiniband.git i40e: increase reset wait time The wait time was originally too optimistic and the resets were failing after EMPR. This increases the loop count to wait considerably longer. This won't delay the actual wait longer than really needed, just allows us to poll more times as needed. Change-ID: If7b96f55cc25b8d06cbbe8665259d250188c53d7 Signed-off-by: Shannon Nelson Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_common.c b/drivers/net/ethernet/intel/i40e/i40e_common.c index 36607b0a077..fd2b573d305 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_common.c +++ b/drivers/net/ethernet/intel/i40e/i40e_common.c @@ -734,7 +734,7 @@ static enum i40e_media_type i40e_get_media_type(struct i40e_hw *hw) } #define I40E_PF_RESET_WAIT_COUNT_A0 200 -#define I40E_PF_RESET_WAIT_COUNT 10 +#define I40E_PF_RESET_WAIT_COUNT 100 /** * i40e_pf_reset - Reset the PF * @hw: pointer to the hardware structure