> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Wojciech Drewek > Sent: Tuesday, June 4, 2024 6:25 PM > To: [email protected] > Cc: Keller, Jacob E <[email protected]>; [email protected]; > [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-net v4] ice: implement AQ download pkg > retry > > ice_aqc_opc_download_pkg (0x0C40) AQ sporadically returns error due to FW > issue. Fix this by retrying five times before moving to Safe Mode. Sleep for > 20 ms before retrying. This was tested with the > 4.40 firmware. > > Fixes: c76488109616 ("ice: Implement Dynamic Device Personalization (DDP) > download") > Reviewed-by: Michal Swiatkowski <[email protected]> > Signed-off-by: Wojciech Drewek <[email protected]> > Reviewed-by: Brett Creeley <[email protected]> > --- > v2: remove "failure" from log message > v3: don't sleep in the last iteration of the wait loop > v4: Mention the delay in the commit msg > --- > drivers/net/ethernet/intel/ice/ice_ddp.c | 23 +++++++++++++++++++++-- > 1 file changed, 21 insertions(+), 2 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
