Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jacob Keller and committed by
Jeff Kirsher
71245072 5fa23e0b

+1 -1
+1 -1
drivers/net/ethernet/intel/ice/ice_common.c
··· 6 6 #include "ice_adminq_cmd.h" 7 7 #include "ice_flow.h" 8 8 9 - #define ICE_PF_RESET_WAIT_COUNT 200 9 + #define ICE_PF_RESET_WAIT_COUNT 300 10 10 11 11 /** 12 12 * ice_set_mac_type - Sets MAC type