[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-08-11 (ice, idpf)
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2026-08-12 00:09:24
For ice: Przemyslaw Korba adds a fallback path to utilize sideband queue when the low-latency PHY timer writes time out, likely, due to NVM updates or EMP resets. Petr Oros restores call to ice_clear_dflt_vsi() for the default VSI in ice_vsi_release() to ensure no stale rules are left in the device which can cause various issues. Robert Malz breaks NVM reads to occur under separate lock requests as large combined NVM reads can cause the NVM lock to be held longer than maximum allowed time and be reclaimed by firmware. For idpf: Willem de Bruijn fixes possible endian issue of descriptor by adding cpu_to_le32() call. The following are changes since commit cba9ccb47e9fa4cc77692fb896cc5ab57a667882: tipc: read le->link under the node lock in tipc_node_link_down() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Petr Oros (1): ice: clear the default forwarding VSI rule when releasing a VSI Przemyslaw Korba (1): ice: fall back to SBQ when LL PHY timer interface times out Robert Malz (1): ice: acquire NVM lock around each flash read Willem de Bruijn (1): idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_desc .../net/ethernet/intel/ice/devlink/devlink.c | 32 ++----- drivers/net/ethernet/intel/ice/ice_ethtool.c | 16 +--- drivers/net/ethernet/intel/ice/ice_lib.c | 3 + drivers/net/ethernet/intel/ice/ice_nvm.c | 90 ++++++++++--------- drivers/net/ethernet/intel/ice/ice_nvm.h | 2 +- drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 38 ++++---- drivers/net/ethernet/intel/idpf/idpf_txrx.c | 2 +- 7 files changed, 82 insertions(+), 101 deletions(-) -- 2.47.1