netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-02-24 (ice, idpf, iavf, ixgbe)
@ 2025-02-24 19:06 Tony Nguyen
  2025-02-24 19:06 ` [PATCH net 1/5] ice: Fix deinitializing VF in error path Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Tony Nguyen @ 2025-02-24 19:06 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ice:

Marcin moves incorrect call placement to clean up VF mailbox
tracking and changes call for configuring default VSI to allow
for existing rule.

For idpf:

Ahmed adds call to ensure IRQs are handled prior to cleanup.

For iavf:

Jake fixes a circular locking dependency.

For ixgbe:

Piotr corrects condition for determining media cage presence.

The following are changes since commit f15176b8b6e72ac30e14fd273282d2b72562d26b:
  net: dsa: rtl8366rb: Fix compilation problem
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Ahmed Zaki (1):
  idpf: synchronize pending IRQs after disable

Jacob Keller (1):
  iavf: fix circular lock dependency with netdev_lock

Marcin Szycik (2):
  ice: Fix deinitializing VF in error path
  ice: Avoid setting default Rx VSI twice in switchdev setup

Piotr Kwapulinski (1):
  ixgbe: fix media cage present detection for E610 device

 drivers/net/ethernet/intel/iavf/iavf_main.c         | 12 ++++++++----
 drivers/net/ethernet/intel/ice/ice_eswitch.c        |  3 +--
 drivers/net/ethernet/intel/ice/ice_sriov.c          |  5 +----
 drivers/net/ethernet/intel/ice/ice_vf_lib.c         |  8 ++++++++
 drivers/net/ethernet/intel/ice/ice_vf_lib_private.h |  1 +
 drivers/net/ethernet/intel/idpf/idpf_txrx.c         |  9 +++++++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c       |  2 +-
 7 files changed, 27 insertions(+), 13 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-02-26 18:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 19:06 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-02-24 (ice, idpf, iavf, ixgbe) Tony Nguyen
2025-02-24 19:06 ` [PATCH net 1/5] ice: Fix deinitializing VF in error path Tony Nguyen
2025-02-24 19:06 ` [PATCH net 2/5] ice: Avoid setting default Rx VSI twice in switchdev setup Tony Nguyen
2025-02-24 19:06 ` [PATCH net 3/5] idpf: synchronize pending IRQs after disable Tony Nguyen
2025-02-26  2:38   ` Jakub Kicinski
2025-02-26 18:16     ` Tony Nguyen
2025-02-24 19:06 ` [PATCH net 4/5] iavf: fix circular lock dependency with netdev_lock Tony Nguyen
2025-02-24 19:06 ` [PATCH net 5/5] ixgbe: fix media cage present detection for E610 device Tony Nguyen
2025-02-26  3:20 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-02-24 (ice, idpf, iavf, ixgbe) 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;
as well as URLs for NNTP newsgroup(s).