All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2024-07-23 (ice)
@ 2024-07-23 23:32 Tony Nguyen
  2024-07-23 23:32 ` [PATCH net 1/2] ice: Add a per-VF limit on number of FDIR filters Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Nguyen @ 2024-07-23 23:32 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-07-25  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 23:32 [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2024-07-23 (ice) Tony Nguyen
2024-07-23 23:32 ` [PATCH net 1/2] ice: Add a per-VF limit on number of FDIR filters Tony Nguyen
2024-07-23 23:32 ` [PATCH net 2/2] ice: Fix recipe read procedure Tony Nguyen
2024-07-25  8:30 ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2024-07-23 (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.