Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 19:13:57 +0000 (12:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 19:13:58 +0000 (12:13 -0700)
commit50ba9d7ec4e2c436e7ce7bcf12df95864cdc6233
treecf7ed2fbe1d2806928306b3530346e137ec39b4c
parent62fc3357e079a07a22465b9b6ef71bb6ea75ee4b
parentf37c4eac99c258111d414d31b740437e1925b8e8
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-03-26 (i40e)

This series contains updates to i40e driver only.

Ivan Vecera resolves an issue where descriptors could be missed when
exiting busy poll.

Aleksandr corrects counting of MAC filters to only include new or active
filters and resolves possible use of incorrect/stale 'vf' variable.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  i40e: fix vf may be used uninitialized in this function warning
  i40e: fix i40e_count_filters() to count only active/new filters
  i40e: Enforce software interrupt during busy-poll exit
====================

Link: https://lore.kernel.org/r/20240326162358.1224145-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>