[PATCH 07/15] net: thunderx: Convert tasklet API to new bottom half workqueue mechanism
Sunil Kovvuri Goutham
sgoutham at marvell.com
Fri Jun 21 04:49:59 PDT 2024
>Migrate tasklet APIs to the new bottom half workqueue mechanism. It replaces all
>occurrences of tasklet usage with the appropriate workqueue APIs throughout the
>cavium/thunderx driver. This transition ensures compatibility with the latest design
>and enhances performance.
>
>Signed-off-by: Allen Pais <allen.lkml at gmail.com>
>---
> drivers/net/ethernet/cavium/thunder/nic.h | 5 ++--
> .../net/ethernet/cavium/thunder/nicvf_main.c | 24 +++++++++----------
> .../ethernet/cavium/thunder/nicvf_queues.c | 4 ++--
> .../ethernet/cavium/thunder/nicvf_queues.h | 2 +-
> 4 files changed, 18 insertions(+), 17 deletions(-)
>
LGTM
Reviewed-by: Sunil Goutham <sgoutham at marvell.com>
More information about the linux-arm-kernel
mailing list