Merge branch 'intel-wired-lan-driver-updates-for-2023-10-23-iavf'
authorJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 22:35:51 +0000 (15:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 22:35:51 +0000 (15:35 -0700)
commita4213705b88e61cadb5df41e3bc7aae4f4b7f3ec
tree172333fbf82c9f9a24dbc3a04a3352154b3d9c54
parent6479c975b20a7fe6ecacec3a60dc6f838ecee9d6
parent36d0395b30f822ab4910cdac5438ab0185a6723f
Merge branch 'intel-wired-lan-driver-updates-for-2023-10-23-iavf'

Jacob Keller says:

====================
Intel Wired LAN Driver Updates for 2023-10-23 (iavf)

This series includes iAVF driver cleanups from Michal Schmidt.

Michal removes and updates stale comments, fixes some locking anti-patterns,
improves handling of resets when the PF is slow, avoids unnecessary
duplication of netdev state, refactors away some duplicate code, and finally
removes the never-actually-used client interface.

Changes since v1:
* Dropped patch ("iavf: in iavf_down, disable queues when removing the
  driver") which was applied directly to net.
* Fixed a merge conflict due to 7db311104388 ("iavf: initialize waitqueues
  before starting watchdog_task").

V1 was originally posted at:
https://lore.kernel.org/netdev/20231027104109.4f536f51@kernel.org/T/#mfadbdb39313eeccc616fdee80a4fdd6bda7e2822
====================

Link: https://lore.kernel.org/r/20231027175941.1340255-1-jacob.e.keller@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>