diff options
author | Matthew Vick <matthew.vick@intel.com> | 2014-11-13 02:29:18 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-01-22 21:10:21 -0500 |
commit | b4a9d6f17335ebd4d09f702cfffa059057ec238c (patch) | |
tree | 3fd8b91f86cd84e29b3f90995f6d6cbee1de6d42 | |
parent | b66b6d9f6dbe0655a570fb2a2482cceac5f1a9bc (diff) |
fm10k: Increase the timeout for the data path reset
Based on feedback from the hardware team, 100us is too short of a time
to wait for the data path reset to complete and the recommendation is to
increase this timeout to 150us.
Signed-off-by: Matthew Vick <matthew.vick@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r-- | drivers/net/ethernet/intel/fm10k/fm10k_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_type.h b/drivers/net/ethernet/intel/fm10k/fm10k_type.h index 280296f29154..7c6d9d5a8ae5 100644 --- a/drivers/net/ethernet/intel/fm10k/fm10k_type.h +++ b/drivers/net/ethernet/intel/fm10k/fm10k_type.h | |||
@@ -354,7 +354,7 @@ struct fm10k_hw; | |||
354 | 354 | ||
355 | /* Define timeouts for resets and disables */ | 355 | /* Define timeouts for resets and disables */ |
356 | #define FM10K_QUEUE_DISABLE_TIMEOUT 100 | 356 | #define FM10K_QUEUE_DISABLE_TIMEOUT 100 |
357 | #define FM10K_RESET_TIMEOUT 100 | 357 | #define FM10K_RESET_TIMEOUT 150 |
358 | 358 | ||
359 | /* VF registers */ | 359 | /* VF registers */ |
360 | #define FM10K_VFCTRL 0x00000 | 360 | #define FM10K_VFCTRL 0x00000 |