> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Przemek Kitszel > Sent: Thursday, October 3, 2024 5:41 AM > To: intel-wired-...@lists.osuosl.org; Nguyen, Anthony L > <anthony.l.ngu...@intel.com> > Cc: Nowlin, Dan <dan.now...@intel.com>; Greenwalt, Paul > <paul.greenw...@intel.com>; net...@vger.kernel.org; Zaki, Ahmed > <ahmed.z...@intel.com>; Kitszel, Przemyslaw <przemyslaw.kits...@intel.com>; > Michal Swiatkowski <michal.swiatkow...@linux.intel.com> > 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 <dan.now...@intel.com> > Signed-off-by: Dan Nowlin <dan.now...@intel.com> > Signed-off-by: Paul Greenwalt <paul.greenw...@intel.com> > Signed-off-by: Ahmed Zaki <ahmed.z...@intel.com> > Reviewed-by: Michal Swiatkowski <michal.swiatkow...@linux.intel.com> > Signed-off-by: Przemek Kitszel <przemyslaw.kits...@intel.com> > --- > 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 <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)