netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] Intel Wired LAN Driver Updates 2024-05-23 (ice, idpf)
@ 2024-05-23 17:45 Jacob Keller
  2024-05-23 17:45 ` [PATCH net 1/2] idpf: don't enable NAPI and interrupts prior to allocating Rx buffers Jacob Keller
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jacob Keller @ 2024-05-23 17:45 UTC (permalink / raw)
  To: Jakub Kicinski, netdev, David Miller
  Cc: Jacob Keller, Alexander Lobakin, Michal Kubiak, Wojciech Drewek,
	Simon Horman, Krishneil Singh, Pucha Himasekhar Reddy

This series contains two fixes which finished up testing.

First, Alexander fixes an issue in idpf caused by enabling NAPI and
interrupts prior to actually allocating the Rx buffers.

Second, Jacob fixes the ice driver VSI VLAN counting logic to ensure that
addition and deletion of VLANs properly manages the total VSI count.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
---
Alexander Lobakin (1):
      idpf: don't enable NAPI and interrupts prior to allocating Rx buffers

Jacob Keller (1):
      ice: fix accounting if a VLAN already exists

 drivers/net/ethernet/intel/ice/ice_vsi_vlan_lib.c | 11 ++++++-----
 drivers/net/ethernet/intel/idpf/idpf_lib.c        |  1 +
 drivers/net/ethernet/intel/idpf/idpf_txrx.c       | 12 +++++++-----
 drivers/net/ethernet/intel/idpf/idpf_txrx.h       |  1 +
 4 files changed, 15 insertions(+), 10 deletions(-)
---
base-commit: c71e3a5cffd5309d7f84444df03d5b72600cc417
change-id: 20240523-net-2024-05-23-intel-net-fixes-7941f33d62d5

Best regards,
-- 
Jacob Keller <jacob.e.keller@intel.com>


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

end of thread, other threads:[~2024-05-28  0:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 17:45 [PATCH net 0/2] Intel Wired LAN Driver Updates 2024-05-23 (ice, idpf) Jacob Keller
2024-05-23 17:45 ` [PATCH net 1/2] idpf: don't enable NAPI and interrupts prior to allocating Rx buffers Jacob Keller
2024-05-23 17:45 ` [PATCH net 2/2] ice: fix accounting if a VLAN already exists Jacob Keller
2024-05-23 19:46   ` Simon Horman
2024-05-28  0:20 ` [PATCH net 0/2] Intel Wired LAN Driver Updates 2024-05-23 (ice, idpf) 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).