public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS)
@ 2023-05-17 16:55 Tony Nguyen
  2023-05-17 16:55 ` [PATCH net-next 1/5] ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tony Nguyen @ 2023-05-17 16:55 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to ice driver and MAINTAINERS file.

Paul refactors PHY to link mode reporting and updates some PHY types to
report more accurate link modes for ice.

Dave removes mutual exclusion policy between LAG and SR-IOV in ice
driver.

Jesse updates link for Intel Wired LAN in the MAINTAINERS file.

The following are changes since commit af2eab1a824349cfb0f6a720ad06eea48e9e6b74:
  dt-bindings: net: nxp,sja1105: document spi-cpol/cpha
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Dave Ertman (1):
  ice: Remove LAG+SRIOV mutual exclusion

Jesse Brandeburg (1):
  MAINTAINERS: update Intel Ethernet links

Paul Greenwalt (3):
  ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
  ice: refactor PHY type to ethtool link mode
  ice: update PHY type to ethtool link mode mapping

 .../device_drivers/ethernet/intel/ice.rst     |  18 -
 MAINTAINERS                                   |   5 +-
 drivers/net/ethernet/intel/ice/ice.h          |  20 +-
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   2 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 309 ++----------------
 drivers/net/ethernet/intel/ice/ice_ethtool.h  | 105 ++++++
 drivers/net/ethernet/intel/ice/ice_lag.c      |  12 -
 drivers/net/ethernet/intel/ice/ice_lag.h      |  54 ---
 drivers/net/ethernet/intel/ice/ice_lib.c      |   2 -
 drivers/net/ethernet/intel/ice/ice_sriov.c    |   4 -
 10 files changed, 144 insertions(+), 387 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/ice/ice_ethtool.h

-- 
2.38.1


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

end of thread, other threads:[~2023-05-24 12:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17 16:55 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS) Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 1/5] ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 2/5] ice: refactor PHY type to ethtool link mode Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 3/5] ice: update PHY type to ethtool link mode mapping Tony Nguyen
2023-05-17 16:55 ` [PATCH net-next 4/5] ice: Remove LAG+SRIOV mutual exclusion Tony Nguyen
2023-05-24 12:08   ` Jiri Pirko
2023-05-17 16:55 ` [PATCH net-next 5/5] MAINTAINERS: update Intel Ethernet links Tony Nguyen
2023-05-19  3:10 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox