netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-26 (i40e)
@ 2024-03-26 16:23 Tony Nguyen
  2024-03-26 16:23 ` [PATCH net 1/3] i40e: Enforce software interrupt during busy-poll exit Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2024-03-26 16:23 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-03-29 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 16:23 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-26 (i40e) Tony Nguyen
2024-03-26 16:23 ` [PATCH net 1/3] i40e: Enforce software interrupt during busy-poll exit Tony Nguyen
2024-03-26 16:23 ` [PATCH net 2/3] i40e: fix i40e_count_filters() to count only active/new filters Tony Nguyen
2024-03-26 16:23 ` [PATCH net 3/3] i40e: fix vf may be used uninitialized in this function warning Tony Nguyen
2024-03-29 19:20 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-26 (i40e) 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).