diff options
author | Kevin Scott <[email protected]> | 2014-11-13 03:06:13 +0000 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2014-12-06 04:20:08 -0800 |
commit | b9a81b2b739b8e364a32a2aecf357a9d29e7cc18 (patch) | |
tree | 42007453fc9e917c3ab9d3d205d8224c6304290b | |
parent | 906a6937d81516d50fd0f059c1805447556f7384 (diff) |
i40e: Increase reset delay
Increase reset delay to ensure all internal caches are properly flushed
in worst case scenario.
Change-ID: I6f059a9e024fbf9ef1debd32497eed21369957fc
Signed-off-by: Kevin Scott <[email protected]>
Acked-by: Shannon Nelson <[email protected]>
Tested-by: Jim Young <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
-rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_common.c b/drivers/net/ethernet/intel/i40e/i40e_common.c index b601b3cfd92b..ec63bcb46e83 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_common.c +++ b/drivers/net/ethernet/intel/i40e/i40e_common.c @@ -791,7 +791,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 100 +#define I40E_PF_RESET_WAIT_COUNT 110 /** * i40e_pf_reset - Reset the PF * @hw: pointer to the hardware structure |