Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9a81b2b authored by Kevin Scott's avatar Kevin Scott Committed by Jeff Kirsher
Browse files

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: default avatarKevin Scott <kevin.c.scott@intel.com>
Acked-by: default avatarShannon Nelson <shannon.nelson@intel.com>
Tested-by: default avatarJim Young <jamesx.m.young@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 906a6937
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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