]> Git Repo - linux.git/commit
ice: handle E822 generic device ID in PLDM header
authorPaul M Stillwell Jr <[email protected]>
Wed, 8 Jun 2022 21:09:52 +0000 (14:09 -0700)
committerTony Nguyen <[email protected]>
Tue, 12 Jul 2022 16:25:34 +0000 (09:25 -0700)
commitf52d166819a4d8e0d5cca07d8a8dd6397c96dcf1
treeaf73ca500524e1f0ecc728cb5a9e51ed9b988a72
parentf946964a9f79f8dcb5a6329265281eebfc23aee5
ice: handle E822 generic device ID in PLDM header

The driver currently presumes that the record data in the PLDM header
of the firmware image will match the device ID of the running device.
This is true for E810 devices. It appears that for E822 devices that
this is not guaranteed to be true.

Fix this by adding a check for the generic E822 device.

Fixes: d69ea414c9b4 ("ice: implement device flash update via devlink")
Signed-off-by: Paul M Stillwell Jr <[email protected]>
Tested-by: Gurucharan <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
drivers/net/ethernet/intel/ice/ice_devids.h
drivers/net/ethernet/intel/ice/ice_fw_update.c
drivers/net/ethernet/intel/ice/ice_main.c
This page took 0.055922 seconds and 4 git commands to generate.