[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251029231218.1277233-1-anthony.l.nguyen@intel.com>
Date: Wed, 29 Oct 2025 16:12:07 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
andrew+netdev@...n.ch,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net-next 0/9][pull request] Intel Wired LAN Driver Updates 2025-10-29 (ice, i40e, idpf, ixgbe, igbvf)
For ice:
Michal converts driver to utilize Page Pool and libeth APIs. Conversion
is based on similar changes done for iavf in order to simplify buffer
management, improve maintainability, and increase code reuse across
Intel Ethernet drivers.
Additional details:
https://lore.kernel.org/intel-wired-lan/20250925092253.1306476-1-michal.kubiak@intel.com/
Alexander adds support for header split, configurable via ethtool.
Grzegorz allows for use of 100Mbps on E825C SGMII devices.
For i40e:
Jay Vosburgh avoids sending link state changes to VF if it is already in
the requested state.
For idpf:
Sreedevi removes duplicated defines.
For ixgbe:
Alok Tiwari fixes some typos.
For igbvf:
Alok Tiwari fixes output of VLAN warning message.
The following are changes since commit a8abe8e210c175b1d5a7e53df069e107b65c13cb:
net: phy: motorcomm: Add support for PHY LEDs on YT8531
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
Alexander Lobakin (1):
ice: implement configurable header split for regular Rx
Alok Tiwari (2):
ixgbe: fix typos in ixgbe driver comments
igbvf: fix misplaced newline in VLAN add warning message
Grzegorz Nitka (1):
ice: Allow 100M speed for E825C SGMII device
Jay Vosburgh (1):
i40e: avoid redundant VF link state updates
Michal Kubiak (3):
ice: remove legacy Rx and construct SKB
ice: drop page splitting and recycling
ice: switch to Page Pool
Sreedevi Joshi (1):
idpf: remove duplicate defines in IDPF_CAP_RSS
drivers/net/ethernet/intel/Kconfig | 1 +
.../ethernet/intel/i40e/i40e_virtchnl_pf.c | 12 +
drivers/net/ethernet/intel/ice/ice.h | 4 +-
drivers/net/ethernet/intel/ice/ice_base.c | 170 +++--
drivers/net/ethernet/intel/ice/ice_common.c | 1 +
drivers/net/ethernet/intel/ice/ice_ethtool.c | 37 +-
.../net/ethernet/intel/ice/ice_lan_tx_rx.h | 3 +
drivers/net/ethernet/intel/ice/ice_lib.c | 1 -
drivers/net/ethernet/intel/ice/ice_main.c | 21 +-
drivers/net/ethernet/intel/ice/ice_txrx.c | 710 ++++--------------
drivers/net/ethernet/intel/ice/ice_txrx.h | 132 +---
drivers/net/ethernet/intel/ice/ice_txrx_lib.c | 65 +-
drivers/net/ethernet/intel/ice/ice_txrx_lib.h | 9 -
drivers/net/ethernet/intel/ice/ice_xsk.c | 146 +---
drivers/net/ethernet/intel/ice/ice_xsk.h | 6 +-
drivers/net/ethernet/intel/ice/virt/queues.c | 5 +-
drivers/net/ethernet/intel/idpf/idpf.h | 2 -
drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
.../net/ethernet/intel/ixgbe/ixgbe_82599.c | 4 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c | 4 +-
20 files changed, 364 insertions(+), 971 deletions(-)
--
2.47.1
Powered by blists - more mailing lists