> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of Dawid > Osuchowski > Sent: 20 May 2025 15:01 > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Dawid Osuchowski > <dawid.osuchow...@linux.intel.com>; Knitter, Konrad > <konrad.knit...@intel.com>; Simon Horman <ho...@kernel.org> > 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 <konrad.knit...@intel.com> > Reviewed-by: Simon Horman <ho...@kernel.org> > Signed-off-by: Dawid Osuchowski <dawid.osuchow...@linux.intel.com> > --- > v2 changes: > - v1: > https://lore.kernel.org/netdev/20250514104632.331559-1-dawid.osuchow...@linux.intel.com/ > - 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 <sx.rini...@intel.com> (A Contingent worker at Intel)