Re: [PATCH net-next 3/6] net: Add control functions for irq suspension
From: Joe Damato
Date: Fri Aug 23 2024 - 14:02:24 EST
On Fri, Aug 23, 2024 at 07:56:32PM +0200, Eric Dumazet wrote:
> 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.
My sincere apologies, Eric, and thank you for your time reviewing
this.
I used a script I'd been using for a while to generate the CC list,
but it clearly has a bug.
For any future revisions I will be sure to explicitly include you.