mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2025-03-05 (ice)

Message ID 20250305213549.1514274-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-03-05 (ice) | expand

Message

Tony Nguyen March 5, 2025, 9:35 p.m. UTC
This series contains updates to ice driver.

Larysa removes modification of destination override that caused LLDP
packets to be blocked.

Grzegorz fixes a memory leak in aRFS.

Marcin resolves an issue with operation of switchdev and LAG.

Przemek adjusts order of calls for registering devlink in relation to
health reporters.

The following are changes since commit 3c9231ea6497dfc50ac0ef69fff484da27d0df66:
  net-timestamp: support TCP GSO case for a few missing flags
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Grzegorz Nitka (1):
  ice: fix memory leak in aRFS after reset

Larysa Zaremba (1):
  ice: do not configure destination override for switchdev

Marcin Szycik (1):
  ice: Fix switchdev slow-path in LAG

Przemek Kitszel (1):
  ice: register devlink prior to creating health reporters

 drivers/net/ethernet/intel/ice/ice_arfs.c    |  2 +-
 drivers/net/ethernet/intel/ice/ice_eswitch.c |  6 -----
 drivers/net/ethernet/intel/ice/ice_lag.c     | 27 ++++++++++++++++++++
 drivers/net/ethernet/intel/ice/ice_lib.c     | 18 -------------
 drivers/net/ethernet/intel/ice/ice_lib.h     |  4 ---
 drivers/net/ethernet/intel/ice/ice_main.c    |  4 +--
 drivers/net/ethernet/intel/ice/ice_txrx.c    |  4 ++-
 7 files changed, 33 insertions(+), 32 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 7, 2025, 12:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed,  5 Mar 2025 13:35:42 -0800 you wrote:
> This series contains updates to ice driver.
> 
> Larysa removes modification of destination override that caused LLDP
> packets to be blocked.
> 
> Grzegorz fixes a memory leak in aRFS.
> 
> [...]

Here is the summary with links:
  - [net,1/4] ice: do not configure destination override for switchdev
    https://git.kernel.org/netdev/net/c/3be83ee9de02
  - [net,2/4] ice: fix memory leak in aRFS after reset
    https://git.kernel.org/netdev/net/c/23d97f18901e
  - [net,3/4] ice: Fix switchdev slow-path in LAG
    https://git.kernel.org/netdev/net/c/dce97cb0a3e3
  - [net,4/4] ice: register devlink prior to creating health reporters
    https://git.kernel.org/netdev/net/c/2a3e89a14864

You are awesome, thank you!