Re: [net-next PATCH v4 2/7] net: ravb: Consider busypolling status when re-enabling interrupts
From: Sergey Shtylyov
Date: Tue May 28 2024 - 12:44:42 EST
On 5/28/24 6:03 PM, Paul Barker wrote:
> Make use of the busypolling status returned from NAPI complete to decide
My spellchecker/translator trip over "busypolling" -- consider using
"busy-polling"?
And did you actually mean napi_complete_done()?
> if interrupts shall be re-enabled or not. This is useful to reduce the
> interrupt overhead.
>
> While at it switch to using napi_complete_done() as it take into account
Takes.
> the work done when providing the busypolling status.
Again, "busy-polling"?
> Signed-off-by: Paul Barker <paul.barker.ct@xxxxxxxxxxxxxx>
[...]
MBR, Sergey