Support for restoring settings and identifiers from factory settings
instead of using those found in the image during the update.
 
Restoring data from factory settings requires restoring both settings
and identifiers simultaneously. Other combinations are not supported.
 
The following command can be used to overwrite settings and
identifiers with data from factory settings.
 
$ devlink dev flash <pci-address> <update-image.bin> overwrite settings
     overwrite identifier overwrite from_factory_settings

Konrad Knitter (3):
  devlink: add overwrite mask from factory settings
  ice: add overwrite mask from factory settings
  ixgbe: add overwrite mask from factory settings

 Documentation/networking/devlink/devlink-flash.rst | 3 +++
 Documentation/networking/devlink/ice.rst           | 6 ++++++
 drivers/net/ethernet/intel/ice/ice_fw_update.c     | 4 ++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c | 6 ++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_type_e610.h | 1 +
 include/uapi/linux/devlink.h                       | 2 ++
 6 files changed, 22 insertions(+)

-- 
2.38.1

Reply via email to