> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Paul > Greenwalt > Sent: Wednesday, March 27, 2024 2:30 AM > To: [email protected] > Cc: Nowlin, Dan <[email protected]>; Greenwalt, Paul > <[email protected]>; Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2] ice: Fix package download > algorithm > > From: Dan Nowlin <[email protected]> > > Previously, the driver assumed that all signature segments would contain one > or more buffers to download. In the future, there will be signature segments > that will contain no buffers to download. > > Correct download flow to allow for signature segments that have zero download > buffers and skip the download in this case. > > Fixes: 3cbdb0343022 ("ice: Add support for E830 DDP package segment") > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Dan Nowlin <[email protected]> > Signed-off-by: Paul Greenwalt <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ddp.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
