]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: macb: Convert tasklet API to new bottom half workqueue mechanism
authorAllen Pais <allen.lkml@gmail.com>
Tue, 30 Jul 2024 18:33:52 +0000 (11:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Aug 2024 01:59:46 +0000 (18:59 -0700)
commitc5092ba3155e0696e922fc9f1c2909f48fde2102
tree933d957accdb933f09cb3e671caee0a7adf6d18c
parent8d3beb6bc765ccea794612066454da5bb72a0746
net: macb: 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 macb 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-5-allen.lkml@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/cadence/macb.h
drivers/net/ethernet/cadence/macb_main.c