Re: [PATCH net-next v4 0/7] Suspend IRQs during application busy periods

From: Joe Damato
Date: Sat Nov 02 2024 - 21:50:56 EST


On Sun, Nov 03, 2024 at 07:51:21AM +0800, Hillf Danton wrote:
> On Sat, 2 Nov 2024 00:51:56 +0000 Joe Damato <jdamato@xxxxxxxxxx>
> >
> > ~ Design rationale
> >
> > The implementation of the IRQ suspension mechanism very nicely dovetails
> > with the existing mechanism for IRQ deferral when preferred busy poll is
> > enabled (introduced in commit 7fd3253a7de6 ("net: Introduce preferred
> > busy-polling"), see that commit message for more details).
>
> Pull Kselftest fixes from Shuah Khan: [1]
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?=7fd3253a7de6

Your URL is missing a query parameter, id, and should be:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7fd3253a7de6

which is "net: Introduce preferred busy-polling", and so the cover
letter is correct.