]> www.infradead.org Git - users/hch/misc.git/commit
net: cnic: Convert tasklet API to new bottom half workqueue mechanism
authorAllen Pais <allen.lkml@gmail.com>
Tue, 30 Jul 2024 18:33:51 +0000 (11:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Aug 2024 01:59:46 +0000 (18:59 -0700)
commit8d3beb6bc765ccea794612066454da5bb72a0746
tree13c450455808590bf0fc75d7787899dc3ebc94cc
parent2d671dc6f069f46214d96e934e14f5952d76d92f
net: cnic: 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 cnic 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-4-allen.lkml@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/broadcom/cnic.c
drivers/net/ethernet/broadcom/cnic.h