netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-11-18 (iavf)
@ 2022-11-18 22:24 Tony Nguyen
  2022-11-18 22:24 ` [PATCH net 1/4] iavf: Fix a crash during reset task Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-11-18 22:24 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to iavf driver only.

Ivan Vecera resolves issues related to reset by adding back call to
netif_tx_stop_all_queues() and adding calls to dev_close() to ensure
device is properly closed during reset.

Stefan Assmann removes waiting for setting of MAC address as this breaks
ARP.

Slawomir adds setting of __IAVF_IN_REMOVE_TASK bit to prevent deadlock
between remove and shutdown.

The following are changes since commit 2360f9b8c4e81d242d4cbf99d630a2fffa681fab:
  net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Ivan Vecera (2):
  iavf: Fix a crash during reset task
  iavf: Do not restart Tx queues after reset task failure

Slawomir Laba (1):
  iavf: Fix race condition between iavf_shutdown and iavf_remove

Stefan Assmann (1):
  iavf: remove INITIAL_MAC_SET to allow gARP to work properly

 drivers/net/ethernet/intel/iavf/iavf.h      |  1 -
 drivers/net/ethernet/intel/iavf/iavf_main.c | 41 ++++++++++++---------
 2 files changed, 23 insertions(+), 19 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-11-22  5:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 22:24 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-11-18 (iavf) Tony Nguyen
2022-11-18 22:24 ` [PATCH net 1/4] iavf: Fix a crash during reset task Tony Nguyen
2022-11-18 22:24 ` [PATCH net 2/4] iavf: Do not restart Tx queues after reset task failure Tony Nguyen
2022-11-18 22:24 ` [PATCH net 3/4] iavf: remove INITIAL_MAC_SET to allow gARP to work properly Tony Nguyen
2022-11-18 22:24 ` [PATCH net 4/4] iavf: Fix race condition between iavf_shutdown and iavf_remove Tony Nguyen
2022-11-22  5:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-11-18 (iavf) 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).