Re: [net-next PATCH 3/4] netdev: replace napi_reschedule with napi_schedule

From: Christian Marangi
Date: Tue Oct 03 2023 - 07:18:52 EST


On Tue, Oct 03, 2023 at 09:16:33AM +0200, Marc Kleine-Budde wrote:
> On 02.10.2023 17:10:22, Christian Marangi wrote:
> > Now that napi_schedule return a bool, we can drop napi_reschedule that
> > does the same exact function. The function comes from a very old commit
> > bfe13f54f502 ("ibm_emac: Convert to use napi_struct independent of struct
> > net_device") and the purpose is actually deprecated in favour of
> > different logic.
> >
> > Convert every user of napi_reschedule to napi_schedule.
> >
> > Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> > ---
> > drivers/infiniband/ulp/ipoib/ipoib_ib.c | 4 ++--
> > drivers/net/can/dev/rx-offload.c | 2 +-
>
> Acked-by: Marc Kleine-Budde # for can/dev/rx-offload.c

Just to make sure can I use the correct tag: (you didn't include the
mail)

Acked-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> # for can/dev/rx-offload.c

?

--
Ansuel