public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-09 (ice, ixgbe, idpf)
@ 2026-01-09 21:06 Tony Nguyen
  2026-01-09 21:06 ` [PATCH net-next 1/5] ice: unify PHY FW loading status handler for E800 devices Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2026-01-09 21:06 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ice:
Grzegorz commonizes firmware loading process across all ice devices.

Michal adjusts default queue allocation to be based on
netif_get_num_default_rss_queues() rather than num_online_cpus().

For ixgbe:
Birger Koblitz adds support for 10G-BX modules.

For idpf:
Sreedevi converts always successful function to return void.

Andy Shevchenko fixes kdocs for missing 'Return:' in idpf_txrx.c file.
---
The first two patches originally come from:
https://lore.kernel.org/netdev/20251125223632.1857532-1-anthony.l.nguyen@intel.com/

Changes to patch 2:
- Add 'else' branch to set sfp_type to unknown when BX conditions are
not met.

The following are changes since commit fc65403d55c3be44d19e6290e641433201345a5e:
  Merge branch 'support-for-hwtstamp_get-in-phy-part-2'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Andy Shevchenko (1):
  idpf: Fix kernel-doc descriptions to avoid warnings

Birger Koblitz (1):
  ixgbe: Add 10G-BX support

Grzegorz Nitka (1):
  ice: unify PHY FW loading status handler for E800 devices

Michal Swiatkowski (1):
  ice: use netif_get_num_default_rss_queues()

Sreedevi Joshi (1):
  idpf: update idpf_up_complete() return type to void

 drivers/net/ethernet/intel/ice/ice_common.c   | 79 +++++-----------
 drivers/net/ethernet/intel/ice/ice_irq.c      |  5 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      | 12 ++-
 drivers/net/ethernet/intel/idpf/idpf_lib.c    | 13 +--
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   | 94 ++++++++++++-------
 .../net/ethernet/intel/ixgbe/ixgbe_82599.c    |  7 ++
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  | 45 ++++++++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  2 +
 10 files changed, 145 insertions(+), 116 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-01-13  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 21:06 [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-09 (ice, ixgbe, idpf) Tony Nguyen
2026-01-09 21:06 ` [PATCH net-next 1/5] ice: unify PHY FW loading status handler for E800 devices Tony Nguyen
2026-01-09 21:06 ` [PATCH net-next 2/5] ixgbe: Add 10G-BX support Tony Nguyen
2026-01-09 21:06 ` [PATCH net-next 3/5] ice: use netif_get_num_default_rss_queues() Tony Nguyen
2026-01-09 21:06 ` [PATCH net-next 4/5] idpf: update idpf_up_complete() return type to void Tony Nguyen
2026-01-09 21:06 ` [PATCH net-next 5/5] idpf: Fix kernel-doc descriptions to avoid warnings Tony Nguyen
2026-01-13  2:27 ` [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-09 (ice, ixgbe, 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