> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Wojciech Drewek > Sent: Friday, May 31, 2024 3:02 PM > To: [email protected] > Cc: Keller, Jacob E <[email protected]>; [email protected]; > [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-net v3] 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. > > 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 > --- > 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)
