netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-20 (iavf)
@ 2023-01-20 21:10 Tony Nguyen
  2023-01-20 21:10 ` [PATCH net 1/3] iavf: fix temporary deadlock and failure to set MAC address Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-01-20 21:10 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to iavf driver only.

Michal Schmidt converts single iavf workqueue to per adapter to avoid
deadlock issues.

Marcin moves setting of VLAN related netdev features to watchdog task to
avoid RTNL deadlock.

Stefan Assmann schedules immediate watchdog task execution on changing
primary MAC to avoid excessive delay.

The following are changes since commit 45a919bbb21c642e0c34dac483d1e003560159dc:
  Revert "Merge branch 'octeontx2-af-CPT'"
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Marcin Szycik (1):
  iavf: Move netdev_update_features() into watchdog task

Michal Schmidt (1):
  iavf: fix temporary deadlock and failure to set MAC address

Stefan Assmann (1):
  iavf: schedule watchdog immediately when changing primary MAC

 drivers/net/ethernet/intel/iavf/iavf.h        |   2 +-
 .../net/ethernet/intel/iavf/iavf_ethtool.c    |  10 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 113 ++++++++----------
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  10 +-
 4 files changed, 66 insertions(+), 69 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-01-24  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20 21:10 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-20 (iavf) Tony Nguyen
2023-01-20 21:10 ` [PATCH net 1/3] iavf: fix temporary deadlock and failure to set MAC address Tony Nguyen
2023-01-20 21:10 ` [PATCH net 2/3] iavf: Move netdev_update_features() into watchdog task Tony Nguyen
2023-01-20 21:10 ` [PATCH net 3/3] iavf: schedule watchdog immediately when changing primary MAC Tony Nguyen
2023-01-22 12:31 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-20 (iavf) Leon Romanovsky
2023-01-24  6:50 ` 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).