Re: [net-next v3 3/5] netdev: replace napi_reschedule with napi_schedule

2023-10-10 Thread Tariq Toukan
On 09/10/2023 16:37, 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

[net-next v3 3/5] netdev: replace napi_reschedule with napi_schedule

2023-10-09 Thread Christian Marangi
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.