netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Intel Wired LAN Driver Updates for 2023-10-25 (ice)
@ 2023-10-25 21:41 Jacob Keller
  2023-10-25 21:41 ` [PATCH net-next 1/6] ice: Add E830 device IDs, MAC type and registers Jacob Keller
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Jacob Keller @ 2023-10-25 21:41 UTC (permalink / raw)
  To: netdev, David Miller, Jakub Kicinski; +Cc: Jacob Keller

This series extends the ice driver with basic support for the E830 device
line. It does not include support for all device features, but enables basic
functionality to load and pass traffic.

Alice adds the 200G speed and PHY types supported by E830 hardware.

Dan extends the DDP package logic to support the E830 package segment.

Paul adds the basic registers and macros used by E830 hardware, and adds
support for handling variable length link status information from firmware.

Pawel removes some redundant zeroing of the PCI IDs list, and extends the
list to include the E830 device IDs.

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   |  88 +++-
 drivers/net/ethernet/intel/ice/ice_ddp.c      | 436 ++++++++++++++----
 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, 652 insertions(+), 173 deletions(-)


base-commit: 8846f9a04b10b7f61214425409838d764df7080d
-- 
2.41.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-11-04  2:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 21:41 [PATCH net-next 0/6] Intel Wired LAN Driver Updates for 2023-10-25 (ice) Jacob Keller
2023-10-25 21:41 ` [PATCH net-next 1/6] ice: Add E830 device IDs, MAC type and registers Jacob Keller
2023-10-25 21:41 ` [PATCH net-next 2/6] ice: Add 200G speed/phy type use Jacob Keller
2023-10-25 21:41 ` [PATCH net-next 3/6] ice: Add ice_get_link_status_datalen Jacob Keller
2023-10-25 21:41 ` [PATCH net-next 4/6] ice: Add support for E830 DDP package segment Jacob Keller
2023-11-03 13:46   ` Maciej Fijalkowski
2023-11-03 20:52     ` Jacob Keller
2023-11-04  2:13       ` Nowlin, Dan
2023-10-25 21:41 ` [PATCH net-next 5/6] ice: Remove redundant zeroing of the fields Jacob Keller
2023-10-25 21:41 ` [PATCH net-next 6/6] ice: Hook up 4 E830 devices by adding their IDs Jacob Keller
2023-10-27  5:10 ` [PATCH net-next 0/6] Intel Wired LAN Driver Updates for 2023-10-25 (ice) patchwork-bot+netdevbpf
2023-10-27  5:16   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).