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

Jeff Johnson quic_jjohnson at quicinc.com
Tue Oct 3 03:12:11 AEDT 2023


On 10/2/2023 8:10 AM, 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>
> ---

For
>   drivers/net/wireless/ath/ath10k/pci.c                  |  2 +-

Acked-by: Jeff Johnson <quic_jjohnson at quicinc.com>



More information about the Linuxppc-dev mailing list