]> 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)
commitf4bfcc202ed9f0c3443261a0afbaf6e2777cc1a8
tree26f11f69430b196967d6b0e791289ab466f50504
parent63cbca3a73bc5e0a9c6e9476435af4dc90a8529f
parent1807424ce59ced63ea0037f376efa7e67c03a271
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>