Message ID | 20240523-net-2024-05-23-intel-net-fixes-v1-0-17a923e0bb5f@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Updates 2024-05-23 (ice, idpf) | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 23 May 2024 10:45:28 -0700 you wrote: > 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. > > [...] Here is the summary with links: - [net,1/2] idpf: don't enable NAPI and interrupts prior to allocating Rx buffers https://git.kernel.org/netdev/net/c/d514c8b54209 - [net,2/2] ice: fix accounting if a VLAN already exists https://git.kernel.org/netdev/net/c/82617b9a0464 You are awesome, thank you!
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,