Re: [PATCH net-next 3/6] net: Add control functions for irq suspension

From: Eric Dumazet
Date: Fri Aug 23 2024 - 13:57:01 EST


On Fri, Aug 23, 2024 at 7:31 PM Joe Damato <jdamato@xxxxxxxxxx> wrote:
>
> From: Martin Karsten <mkarsten@xxxxxxxxxxxx>
>
> The napi_suspend_irqs routine bootstraps irq suspension by elongating
> the defer timeout to irq_suspend_timeout.
>
> The napi_resume_irqs routine effectly cancels irq suspension by forcing
> the napi to be scheduled immediately.
>
> Signed-off-by: Martin Karsten <mkarsten@xxxxxxxxxxxx>
> Co-developed-by: Joe Damato <jdamato@xxxxxxxxxx>
> Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx>
> Tested-by: Joe Damato <jdamato@xxxxxxxxxx>
> Tested-by: Martin Karsten <mkarsten@xxxxxxxxxxxx>
> ---

You have not CC me on all the patches in the series, making the review
harder then necessary.