Skip to content

Commit

Permalink
fm10k: Increase the timeout for the data path reset
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Vick authored and Jeff Kirsher committed Jan 23, 2015
1 parent b66b6d9 commit b4a9d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/fm10k/fm10k_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ struct fm10k_hw;

/* Define timeouts for resets and disables */
#define FM10K_QUEUE_DISABLE_TIMEOUT 100
#define FM10K_RESET_TIMEOUT 100
#define FM10K_RESET_TIMEOUT 150

/* VF registers */
#define FM10K_VFCTRL 0x00000
Expand Down

0 comments on commit b4a9d6f

Please sign in to comment.