> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Friday, March 7, 2025 7:54 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; [email protected]; [email protected]; Jagielski, Jedrzej > <[email protected]>; Polchlopek, Mateusz > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Mrozowicz, SlawomirX > <[email protected]>; Kwapulinski, Piotr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v6 10/15] ixgbe: extend .info_get > with stored versions > > Add functions reading inactive versions from the inactive flash banks. > > Print stored NVM, OROM and netlist versions by devlink when there is an > ongoing update for E610 devices. > > Reviewed-by: Mateusz Polchlopek <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Co-developed-by: Slawomir Mrozowicz <[email protected]> > Signed-off-by: Slawomir Mrozowicz <[email protected]> > Co-developed-by: Piotr Kwapulinski <[email protected]> > Signed-off-by: Piotr Kwapulinski <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > v3: use devlink_info_version_*_put() function; squash functions dealing with > running and stored versions into single ones > v5: add else to if/else if statements > --- > .../ethernet/intel/ixgbe/devlink/devlink.c | 214 ++++++++++++++++-- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 59 +++++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 3 + > 3 files changed, 252 insertions(+), 24 deletions(-) >
Tested-by: Bharath R <[email protected]>
