ice: increase PF reset wait timeout to 300 milliseconds
Increase the maximum time that the driver will wait for a PF reset from 200 milliseconds to 300 milliseconds, to account for possibility of a slightly longer than expected PF reset. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
5fa23e0b23
commit
7124507291
@ -6,7 +6,7 @@
|
||||
#include "ice_adminq_cmd.h"
|
||||
#include "ice_flow.h"
|
||||
|
||||
#define ICE_PF_RESET_WAIT_COUNT 200
|
||||
#define ICE_PF_RESET_WAIT_COUNT 300
|
||||
|
||||
/**
|
||||
* ice_set_mac_type - Sets MAC type
|
||||
|
Loading…
x
Reference in New Issue
Block a user