Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-08-11 (ice, idpf)
@ 2026-08-12  0:09 Tony Nguyen
  2026-08-12  0:09 ` [PATCH net 1/4] ice: fall back to SBQ when LL PHY timer interface times out Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2026-08-12  0:09 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev
  Cc: Tony Nguyen, aleksander.lobakin, konstantin.ilichev,
	richardcochran, poros, przemyslaw.korba, przemyslaw.kitszel,
	robert.malz, willemb

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


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

end of thread, other threads:[~2026-08-17 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12  0:09 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-08-11 (ice, idpf) Tony Nguyen
2026-08-12  0:09 ` [PATCH net 1/4] ice: fall back to SBQ when LL PHY timer interface times out Tony Nguyen
2026-08-12  0:09 ` [PATCH net 2/4] ice: clear the default forwarding VSI rule when releasing a VSI Tony Nguyen
2026-08-12  0:09 ` [PATCH net 3/4] ice: acquire NVM lock around each flash read Tony Nguyen
2026-08-12  0:09 ` [PATCH net 4/4] idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_desc Tony Nguyen
2026-08-17 20:40 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-08-11 (ice, idpf) 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