ice: add support for 3k signing DDP sections for E825C
authorGrzegorz Nitka <grzegorz.nitka@intel.com>
Wed, 6 Dec 2023 19:29:19 +0000 (20:29 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 12 Feb 2024 18:07:12 +0000 (10:07 -0800)
commit372e27de4ca8e5f22586198cd9429bfea75021ac
treec2fd4a90aa595940c28fc97920361d6052b4218b
parent7a15668f665c014f345761fdc283051b97a48e00
ice: add support for 3k signing DDP sections for E825C

E825C devices shall support the new signing type of RSA 3K for new DDP
section (SEGMENT_SIGN_TYPE_RSA3K_E825 (5) - already in the code).
The driver is responsible to verify the presence of correct signing type.
Add 3k signinig support for E825C devices based on mac_type:
ICE_MAC_GENERIC_3K_E825;

Signed-off-by: Grzegorz Nitka <grzegorz.nitka@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_ddp.c