> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Dawid > Osuchowski > Sent: 20 May 2025 15:01 > To: [email protected] > Cc: [email protected]; Dawid Osuchowski > <[email protected]>; Knitter, Konrad > <[email protected]>; Simon Horman <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2] ice: add E835 device IDs > > E835 is an enhanced version of the E830. > It continues to use the same set of commands, registers and interfaces as > other devices in the 800 Series. > > Following device IDs are added: > - 0x1248: Intel(R) Ethernet Controller E835-CC for backplane > - 0x1249: Intel(R) Ethernet Controller E835-CC for QSFP > - 0x124A: Intel(R) Ethernet Controller E835-CC for SFP > - 0x1261: Intel(R) Ethernet Controller E835-C for backplane > - 0x1262: Intel(R) Ethernet Controller E835-C for QSFP > - 0x1263: Intel(R) Ethernet Controller E835-C for SFP > - 0x1265: Intel(R) Ethernet Controller E835-L for backplane > - 0x1266: Intel(R) Ethernet Controller E835-L for QSFP > - 0x1267: Intel(R) Ethernet Controller E835-L for SFP > > Reviewed-by: Konrad Knitter <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Dawid Osuchowski <[email protected]> > --- > v2 changes: > - v1: > https://lore.kernel.org/netdev/[email protected]/ > - Move device IDs to corresponding spot in the file (Tony) > - Add Reviewed-by tag from Simon > --- > drivers/net/ethernet/intel/ice/ice_common.c | 9 +++++++++ > drivers/net/ethernet/intel/ice/ice_devids.h | 18 ++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_main.c | 9 +++++++++ > 3 files changed, 36 insertions(+) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
