]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Feb 2022 12:50:20 +0000 (12:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Feb 2022 12:50:20 +0000 (12:50 +0000)
commit28c0b534a9dd92ad22150ee4da7752f16966a862
tree08faad71d2f881c057e1034de72ed9cf4ec625ff
parentb4cf3b388beb25c48649aec30707c9da40936101
parent6428be59bf783ef1794c67c04390959dfd621678
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-02-25

This series contains updates to iavf driver only.

Slawomir fixes stability issues that can be seen when stressing the
driver using a large number of VFs with a multitude of operations.
Among the fixes are reworking mutexes to provide more effective locking,
ensuring initialization is complete before teardown, preventing
operations which could race while removing the driver, stopping certain
tasks from being queued when the device is down, and adding a missing
mutex unlock.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>