]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Oct 2021 11:12:21 +0000 (12:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Oct 2021 11:12:21 +0000 (12:12 +0100)
commit86ec5b7f8fa73ab3374bf248cad5e1aea9dd8d30
tree26f11f69430b196967d6b0e791289ab466f50504
parent641ee7e92e0c9f746a5d7d4c8ba8a7759eb6917b
parent176955e1a48641e059812195602d7181c7ecd63e
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Mateusz Palczewski says:

====================
40GbE Intel Wired LAN Driver Updates 2021-10-18

Use single state machine for driver initialization
and for service initialized driver. The init state
machine implemented in init_task() is merged
into the watchdog_task(). The init_task() function
is removed.
====================

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