netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-12 (i40e)
@ 2024-02-13  1:05 Tony Nguyen
  2024-02-13  1:05 ` [PATCH net 1/4] i40e: Fix waiting for queues of all VSIs to be disabled Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2024-02-13  1:05 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to i40e driver only.

Ivan Vecera corrects the looping value used while waiting for queues to
be disabled as well as an incorrect mask being used for DCB
configuration.

Maciej resolves an issue related to XDP traffic; removing a double call to
i40e_pf_rxq_wait() and accounting for XDP rings when stopping rings.

The following are changes since commit 5b3fbd61b9d1f4ed2db95aaf03f9adae0373784d:
  net: sysfs: Fix /sys/class/net/<iface> path for statistics
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Ivan Vecera (2):
  i40e: Fix waiting for queues of all VSIs to be disabled
  i40e: Fix wrong mask used during DCB config

Maciej Fijalkowski (2):
  i40e: avoid double calling i40e_pf_rxq_wait()
  i40e: take into account XDP Tx queues when stopping rings

 drivers/net/ethernet/intel/i40e/i40e_dcb.c  |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c | 24 +++++++++------------
 2 files changed, 11 insertions(+), 15 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-02-15  1:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13  1:05 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-12 (i40e) Tony Nguyen
2024-02-13  1:05 ` [PATCH net 1/4] i40e: Fix waiting for queues of all VSIs to be disabled Tony Nguyen
2024-02-13  1:05 ` [PATCH net 2/4] i40e: Fix wrong mask used during DCB config Tony Nguyen
2024-02-13  1:05 ` [PATCH net 3/4] i40e: avoid double calling i40e_pf_rxq_wait() Tony Nguyen
2024-02-13  1:05 ` [PATCH net 4/4] i40e: take into account XDP Tx queues when stopping rings Tony Nguyen
2024-02-15  1:31 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-12 (i40e) Jakub Kicinski

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