All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2025-07-15 (ixgbe, fm10k, i40e, ice)
@ 2025-07-15 20:29 Tony Nguyen
  2025-07-15 20:29 ` [PATCH net 1/3] ethernet: intel: fix building with large NR_CPUS Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2025-07-15 20:29 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

Arnd Bergmann resolves compile issues with large NR_CPUS for ixgbe, fm10k,
and i40e.

For ice:
Dave adds a NULL check for LAG netdev.

Michal corrects a pointer check in debugfs initialization.

The following are changes since commit 0e9418961f897be59b1fab6e31ae1b09a0bae902:
  selftests: net: increase inter-packet timeout in udpgro.sh
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Arnd Bergmann (1):
  ethernet: intel: fix building with large NR_CPUS

Dave Ertman (1):
  ice: add NULL check in eswitch lag check

Michal Swiatkowski (1):
  ice: check correct pointer in fwlog debugfs

 drivers/net/ethernet/intel/fm10k/fm10k.h     | 3 ++-
 drivers/net/ethernet/intel/i40e/i40e.h       | 2 +-
 drivers/net/ethernet/intel/ice/ice_debugfs.c | 2 +-
 drivers/net/ethernet/intel/ice/ice_lag.c     | 3 ++-
 drivers/net/ethernet/intel/ixgbe/ixgbe.h     | 3 ++-
 5 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-07-16 23:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 20:29 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2025-07-15 (ixgbe, fm10k, i40e, ice) Tony Nguyen
2025-07-15 20:29 ` [PATCH net 1/3] ethernet: intel: fix building with large NR_CPUS Tony Nguyen
2025-07-15 20:29 ` [PATCH net 2/3] ice: add NULL check in eswitch lag check Tony Nguyen
2025-07-15 20:29 ` [PATCH net 3/3] ice: check correct pointer in fwlog debugfs Tony Nguyen
2025-07-17  0:00 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2025-07-15 (ixgbe, fm10k, i40e, ice) patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.