]> git.ipfire.org Git - thirdparty/linux.git/commit
net: usb: Convert tasklet API to new bottom half workqueue mechanism
authorJun Miao <jun.miao@intel.com>
Wed, 18 Jun 2025 17:39:23 +0000 (13:39 -0400)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 22:40:02 +0000 (15:40 -0700)
commit2c04d279e857e6c441593c282f978cebc5583fd9
treebc7a0914cc16eeee2d68390ea8a07067f5a90d7d
parentdeb21a6e5b4a53fdf109e70f88aff534ff858931
net: usb: 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 usbnet driver. This transition ensures compatibility
with the latest design and enhances performance.

Signed-off-by: Jun Miao <jun.miao@intel.com>
Link: https://patch.msgid.link/20250618173923.950510-1-jun.miao@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/usbnet.c
include/linux/usb/usbnet.h