> -----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]>; Mrozowicz, SlawomirX > <[email protected]>; Kwapulinski, Piotr > <[email protected]>; Wegrzyn, Stefan <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v5 12/15] ixgbe: add support for > devlink reload > > The E610 adapters contain an embedded chip with firmware which can be > updated using devlink flash. The firmware which runs on this chip is referred > to as the Embedded Management Processor firmware (EMP firmware). > > Activating the new firmware image currently requires that the system be > rebooted. This is not ideal as rebooting the system can cause unwanted > downtime. > > The EMP firmware itself can be reloaded by issuing a special update to the > device called an Embedded Management Processor reset (EMP reset). This > reset causes the device to reset and reload the EMP firmware. > > Implement support for devlink reload with the "fw_activate" flag. This allows > user space to request the firmware be activated immediately. > > 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]> > Co-developed-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > Documentation/networking/devlink/ixgbe.rst | 15 +++ > .../ethernet/intel/ixgbe/devlink/devlink.c | 112 ++++++++++++++++++ > drivers/net/ethernet/intel/ixgbe/ixgbe.h | 4 + > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 18 +++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 1 + > .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 12 ++ > .../ethernet/intel/ixgbe/ixgbe_fw_update.c | 37 +++++- > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 5 +- > 8 files changed, 197 insertions(+), 7 deletions(-) >
Tested-by: Bharath R <[email protected]>
