RE: [PATCH 07/15] net: thunderx: Convert tasklet API to new bottom half workqueue mechanism

From: Sunil Kovvuri Goutham
Date: Fri Jun 21 2024 - 07:51:53 EST


>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@xxxxxxxxx>
>---
> 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@xxxxxxxxxxx>