RE: [PATCH 05/15] net: cavium/liquidio: Convert tasklet API to new bottom half workqueue mechanism

From: Sunil Kovvuri Goutham
Date: Fri Jun 21 2024 - 07:48:38 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/liquidio driver. This transition ensures compatibility with the latest design
>and enhances performance.
>
>Signed-off-by: Allen Pais <allen.lkml@xxxxxxxxx>
>---
> .../net/ethernet/cavium/liquidio/lio_core.c | 4 ++--
> .../net/ethernet/cavium/liquidio/lio_main.c | 24 +++++++++----------
> .../ethernet/cavium/liquidio/lio_vf_main.c | 10 ++++----
> .../ethernet/cavium/liquidio/octeon_droq.c | 4 ++--
> .../ethernet/cavium/liquidio/octeon_main.h | 4 ++--
> 5 files changed, 23 insertions(+), 23 deletions(-)
>

LGTM
Reviewed-by: Sunil Goutham <sgoutham@xxxxxxxxxxx>