Message ID | 20231018231643.2356-1-paul.greenwalt@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ice: Add basic E830 support | expand |
On Wed, 18 Oct 2023 19:16:37 -0400 Paul Greenwalt wrote: > 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. Please make sure to mark purely Intel driver patch sets as iwl-next rather than net-next.
On 10/19/2023 5:49 PM, Jakub Kicinski wrote: > On Wed, 18 Oct 2023 19:16:37 -0400 Paul Greenwalt wrote: >> 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. > > Please make sure to mark purely Intel driver patch sets as iwl-next > rather than net-next. Sorry about the mistake and I'll make sure to avoid that in the future. Thanks
From: Pawel Chmielewski <pawel.chmielewski@intel.com> 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. Changelog: v3->v4: Resending with dependency commit 982b0192db45 ("ice: Refactor finding advertised link speed") applied, and add reporting ethtool advertised 200G link speed. v2->v3: Resending the original series, but with two patches moved to another set [1], which the following series depends on. [1] https://lore.kernel.org/netdev/20230915145522.586365-1-pawel.chmielewski@intel.com/ --- Alice Michael (1): ice: Add 200G speed/phy type use Dan Nowlin (1): ice: Add support for E830 DDP package segment Paul Greenwalt (2): ice: Add E830 device IDs, MAC type and registers ice: Add ice_get_link_status_datalen Pawel Chmielewski (2): ice: Remove redundant zeroing of the fields. ice: Hook up 4 E830 devices by adding their IDs .../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 | 26 +- 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 +- 12 files changed, 650 insertions(+), 171 deletions(-) base-commit: 7bd8065b0883b43c14e1eb63d9e5bbf2bb5cb296