mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2024-03-26 (i40e)

Message ID 20240326162358.1224145-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-03-26 (i40e) | expand

Message

Tony Nguyen March 26, 2024, 4:23 p.m. UTC
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.

The following are changes since commit c1fd3a9433a2bf5a1c272384c2150e48d69df1a4:
  Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Aleksandr Loktionov (2):
  i40e: fix i40e_count_filters() to count only active/new filters
  i40e: fix vf may be used uninitialized in this function warning

Ivan Vecera (1):
  i40e: Enforce software interrupt during busy-poll exit

 drivers/net/ethernet/intel/i40e/i40e.h        |  1 +
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 13 ++-
 .../net/ethernet/intel/i40e/i40e_register.h   |  3 +
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 82 ++++++++++++++-----
 drivers/net/ethernet/intel/i40e/i40e_txrx.h   |  1 +
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 34 ++++----
 6 files changed, 93 insertions(+), 41 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2024, 7:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Tue, 26 Mar 2024 09:23:41 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/3] i40e: Enforce software interrupt during busy-poll exit
    https://git.kernel.org/netdev/net/c/ea558de7238b
  - [net,2/3] i40e: fix i40e_count_filters() to count only active/new filters
    https://git.kernel.org/netdev/net/c/eb58c598ce45
  - [net,3/3] i40e: fix vf may be used uninitialized in this function warning
    https://git.kernel.org/netdev/net/c/f37c4eac99c2

You are awesome, thank you!