[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230819093617.14985-1-paul.greenwalt@intel.com>
Date: Sat, 19 Aug 2023 02:36:17 -0700
From: Paul Greenwalt <paul.greenwalt@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
pawel.chmielewski@...el.com,
Paul Greenwalt <paul.greenwalt@...el.com>
Subject: [PATCH iwl-next v2 0/9] ice: Add basic E830 support
This is an initial patchset adding the basic support for E830. E830 is
the 200G ethernet controller family that is a follow on to the E810
100G family. The series adds new devices IDs, a new MAC type, several
registers and a support for new link speeds. As the new devices use
another version of ice_aqc_get_link_status_data admin command, the
driver should use different buffer length for this AQ command when
loaded on E830.
Alice Michael (1):
ice: Add 200G speed/phy type use
Dan Nowlin (1):
ice: Add support for E830 DDP package segment
Paul Greenwalt (4):
ice: Add E830 device IDs, MAC type and registers
ethtool: Add forced speed to supported link modes maps
ethtool: Add missing ETHTOOL_LINK_MODE_ to forced speed map
ice: Add ice_get_link_status_datalen
Pawel Chmielewski (3):
ice: Refactor finding advertised link speed
ice: Remove redundant zeroing of the fields.
ice: Enable support for E830 device IDs
Change log:
v2: move qede Ethtool speed to link modes mapping to be shared by other
drivers (Andrew)
drivers/net/ethernet/intel/ice/ice.h | 1 +
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 48 +-
drivers/net/ethernet/intel/ice/ice_common.c | 94 ++--
drivers/net/ethernet/intel/ice/ice_ddp.c | 426 +++++++++++++++---
drivers/net/ethernet/intel/ice/ice_ddp.h | 27 +-
drivers/net/ethernet/intel/ice/ice_devids.h | 10 +-
drivers/net/ethernet/intel/ice/ice_ethtool.c | 155 ++++---
drivers/net/ethernet/intel/ice/ice_ethtool.h | 8 +
.../net/ethernet/intel/ice/ice_ethtool_fdir.c | 24 +-
.../net/ethernet/intel/ice/ice_hw_autogen.h | 52 ++-
drivers/net/ethernet/intel/ice/ice_main.c | 71 +--
drivers/net/ethernet/intel/ice/ice_type.h | 6 +-
.../ethernet/intel/ice/ice_virtchnl_fdir.c | 29 +-
.../net/ethernet/qlogic/qede/qede_ethtool.c | 92 +---
include/linux/ethtool.h | 154 +++++++
net/ethtool/ioctl.c | 15 +
16 files changed, 896 insertions(+), 316 deletions(-)
--
2.39.2
Powered by blists - more mailing lists