> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Thursday, March 13, 2025 8:34 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; Kitszel, Przemyslaw <[email protected]>; > [email protected]; Jagielski, Jedrzej <[email protected]>; > Polchlopek, Mateusz <[email protected]>; Wegrzyn, Stefan > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v8 14/15] ixgbe: add E610 > implementation of FW recovery mode > > Add E610 implementation of fw_recovery_mode MAC operation. > > In case of E610 information about recovery mode is obtained from > FW_MODES field in IXGBE_GL_MNG_FWSM register (0x000B6134). > > Introduce recovery specific probing flow and init only vital features. > > User should be able to perform NVM update using devlink once FW error is > detected in order to load a healthy img. > > 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]> > --- > v7: unregister mdiobus before unregistering netdev > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 17 ++++ > .../ethernet/intel/ixgbe/ixgbe_fw_update.c | 14 ++- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 94 +++++++++++++++++-- > .../ethernet/intel/ixgbe/ixgbe_type_e610.h | 3 + > 4 files changed, 117 insertions(+), 11 deletions(-) >
Tested-by: Bharath R <[email protected]>
