Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jan 2023 06:36:58 +0000 (22:36 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Jan 2023 06:36:59 +0000 (22:36 -0800)
commit208a21107ef0ae86c92078caf84ce80053e73f7a
treed80cbb803b10fe3f7e2f41aae6696e8fdaedbf4c
parent571cca79df0a6c0ae9f14be7381e13dad4078fbf
parente2b53ea5a7c1fb484277ad12cd075f502cf03b04
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-01-20 (iavf)

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.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  iavf: schedule watchdog immediately when changing primary MAC
  iavf: Move netdev_update_features() into watchdog task
  iavf: fix temporary deadlock and failure to set MAC address
====================

Link: https://lore.kernel.org/r/20230120211036.430946-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>