]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ice: set the value of global config lock timeout longer
authorLiwei Song <liwei.song@windriver.com>
Mon, 19 Apr 2021 09:31:06 +0000 (17:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 08:00:54 +0000 (10:00 +0200)
commitb4b702a190b23c3bcb747322a721b3c0b414c16a
treec33fe5df469a1813c6b7009dafb0b19385cbd350
parentf58b297b59ab55e9fbd7d54c70030c57db19eff0
ice: set the value of global config lock timeout longer

[ Upstream commit fb3612840d4f587a0af9511a11d7989d1fa48206 ]

It may need hold Global Config Lock a longer time when download DDP
package file, extend the timeout value to 5000ms to ensure that
download can be finished before other AQ command got time to run,
this will fix the issue below when probe the device, 5000ms is a test
value that work with both Backplane and BreakoutCable NVM image:

ice 0000:f4:00.0: VSI 12 failed lan queue config, error ICE_ERR_CFG
ice 0000:f4:00.0: Failed to delete VSI 12 in FW - error: ICE_ERR_AQ_TIMEOUT
ice 0000:f4:00.0: probe failed due to setup PF switch: -12
ice: probe of 0000:f4:00.0 failed with error -12

Signed-off-by: Liwei Song <liwei.song@windriver.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/intel/ice/ice_type.h