>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>