> -----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]> > Subject: [Intel-wired-lan] [PATCH iwl-next v6 04/15] ixgbe: add handler for > devlink .info_get() > > Provide devlink .info_get() callback implementation to allow the driver to > report detailed version information. The following info is reported: > > "serial_number" -> The PCI DSN of the adapter "fw.bundle_id" -> Unique > identifier for the combined flash image "fw.undi" -> Version of the Option > ROM containing the UEFI driver "board.id" -> The PBA ID string > > Reviewed-by: Mateusz Polchlopek <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > v2: zero the ctx buff when chance it won't be filled out > v4: use devlink_priv() > v6: fix devlink_*_put() labels > --- > Documentation/networking/devlink/ixgbe.rst | 32 ++++++ > .../ethernet/intel/ixgbe/devlink/devlink.c | 101 ++++++++++++++++++ > 2 files changed, 133 insertions(+) >
Tested-by: Bharath R <[email protected]>
