> -----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]>; Mrozowicz, SlawomirX > <[email protected]>; Kwapulinski, Piotr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v6 08/15] ixgbe: add .info_get > extension specific for E610 devices > > E610 devices give possibility to show more detailed info than the previous > boards. > Extend reporting NVM info with following pieces: > fw.mgmt.api -> version number of the API fw.mgmt.build -> identifier of the > source for the FW fw.psid.api -> version defining the format of the flash > contents fw.netlist -> version of the netlist module fw.netlist.build -> > first 4 > bytes of the netlist hash > > Reviewed-by: Mateusz Polchlopek <[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]> > --- > Documentation/networking/devlink/ixgbe.rst | 26 ++++ > .../ethernet/intel/ixgbe/devlink/devlink.c | 132 +++++++++++++++++- > 2 files changed, 153 insertions(+), 5 deletions(-) >
Tested-by: Bharath R <[email protected]>
