> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Friday, February 21, 2025 5:21 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; [email protected]; [email protected]; Jagielski, Jedrzej > <[email protected]>; Polchlopek, Mateusz > <[email protected]>; Wegrzyn, Stefan > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v5 09/15] ixgbe: add E610 > functions getting PBA and FW ver info > > Introduce 2 E610 specific callbacks implementations: > -ixgbe_start_hw_e610() which expands the regular .start_hw callback with > getting FW version information > -ixgbe_read_pba_string_e610() which gets Product Board Assembly string > > Extend EEPROM ops with new .read_pba_string in order to distinguish generic > one and the E610 one. > > Reviewed-by: Mateusz Polchlopek <[email protected]> > Co-developed-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > .../ethernet/intel/ixgbe/devlink/devlink.c | 5 +- > .../net/ethernet/intel/ixgbe/ixgbe_82598.c | 1 + > .../net/ethernet/intel/ixgbe/ixgbe_82599.c | 1 + > .../net/ethernet/intel/ixgbe/ixgbe_common.c | 1 + > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 181 +++++++++++++++++- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +- > drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 2 + > .../ethernet/intel/ixgbe/ixgbe_type_e610.h | 1 + > drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c | 1 + > drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 1 + > 10 files changed, 190 insertions(+), 6 deletions(-) >
Tested-by: Bharath R <[email protected]>
