net: alteon: Convert tasklet API to new bottom half workqueue mechanism
authorAllen Pais <allen.lkml@gmail.com>
Tue, 30 Jul 2024 18:33:49 +0000 (11:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Aug 2024 01:59:46 +0000 (18:59 -0700)
commit20a3bcfe9327e0559a25a9ecd45967fd4f11ff24
treeb086f8b67be5dd542f7911612f02c3c17bec333c
parent9bb3ec18d052a285def852dbdd7124ea355bd1d0
net: alteon: Convert tasklet API to new bottom half workqueue mechanism

Migrate tasklet APIs to the new bottom half workqueue mechanism. It
replaces all occurrences of tasklet usage with the appropriate workqueue
APIs throughout the alteon driver. This transition ensures compatibility
with the latest design and enhances performance.

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Link: https://patch.msgid.link/20240730183403.4176544-2-allen.lkml@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/alteon/acenic.c
drivers/net/ethernet/alteon/acenic.h