mbox series

[net,0/2,pull,request] Intel Wired LAN Driver Updates 2024-07-23 (ice)

Message ID 20240723233242.3146628-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-07-23 (ice) | expand

Message

Tony Nguyen July 23, 2024, 11:32 p.m. UTC
This series contains updates to ice driver only.

Ahmed enforces the iavf per VF filter limit on ice (PF) driver to prevent
possible resource exhaustion.

Wojciech corrects assignment of l2 flags read from firmware.

The following are changes since commit 3ba359c0cd6eb5ea772125a7aededb4a2d516684:
  net: bonding: correctly annotate RCU in bond_should_notify_peers()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Ahmed Zaki (1):
  ice: Add a per-VF limit on number of FDIR filters

Wojciech Drewek (1):
  ice: Fix recipe read procedure

 .../net/ethernet/intel/ice/ice_ethtool_fdir.c    |  2 +-
 drivers/net/ethernet/intel/ice/ice_fdir.h        |  3 +++
 drivers/net/ethernet/intel/ice/ice_switch.c      |  8 ++++----
 .../net/ethernet/intel/ice/ice_virtchnl_fdir.c   | 16 ++++++++++++++++
 .../net/ethernet/intel/ice/ice_virtchnl_fdir.h   |  1 +
 5 files changed, 25 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 25, 2024, 8:30 a.m. UTC | #1
Hello:

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

On Tue, 23 Jul 2024 16:32:38 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Ahmed enforces the iavf per VF filter limit on ice (PF) driver to prevent
> possible resource exhaustion.
> 
> Wojciech corrects assignment of l2 flags read from firmware.
> 
> [...]

Here is the summary with links:
  - [net,1/2] ice: Add a per-VF limit on number of FDIR filters
    https://git.kernel.org/netdev/net/c/6ebbe97a4881
  - [net,2/2] ice: Fix recipe read procedure
    https://git.kernel.org/netdev/net/c/19abb9c2b900

You are awesome, thank you!