[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230517165530.3179965-1-anthony.l.nguyen@intel.com>
Date: Wed, 17 May 2023 09:55:25 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2023-05-17 (ice, MAINTAINERS)
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
Powered by blists - more mailing lists