> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: Thursday, October 3, 2024 5:41 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: Nowlin, Dan <[email protected]>; Greenwalt, Paul > <[email protected]>; [email protected]; Zaki, Ahmed > <[email protected]>; Kitszel, Przemyslaw <[email protected]>; > Michal Swiatkowski <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 2/2] ice: support optional > flags in signature segment header > > An optional flag field has been added to the signature segment header. > The field contains two flags, a "valid" bit, and a "last segment" bit that > indicates whether the segment is the last segment that will be sent to > firmware. > > If the flag field's valid bit is NOT set, then as was done before, assume > that this is the last segment being downloaded. > > However, if the flag field's valid bit IS set, then use the last segment flag > to determine if this segment is the last segment to download. > > Co-developed-by: Dan Nowlin <[email protected]> > Signed-off-by: Dan Nowlin <[email protected]> > Signed-off-by: Paul Greenwalt <[email protected]> > Signed-off-by: Ahmed Zaki <[email protected]> > Reviewed-by: Michal Swiatkowski <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > v2: co/- authorship change > --- > drivers/net/ethernet/intel/ice/ice_ddp.h | 5 ++++- > drivers/net/ethernet/intel/ice/ice_ddp.c | 24 +++++++++++++++++------- > 2 files changed, 21 insertions(+), 8 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
