[net-next PATCH 3/4] netdev: replace napi_reschedule with napi_schedule
Christian Marangi
ansuelsmth at gmail.com
Tue Oct 3 22:18:33 AEDT 2023
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 at gmail.com>
> > ---
> > 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 at pengutronix.de> # for can/dev/rx-offload.c
?
--
Ansuel
More information about the Linuxppc-dev
mailing list