Re: [PATCH 2/6] genirq: soft_moderation: add base files, procfs hooks
From: Thomas Gleixner
Date: Thu Nov 13 2025 - 04:40:39 EST
On Wed, Nov 12 2025 at 19:24, Luigi Rizzo wrote:
> Add the main core files that implement soft_moderation, limited to static
> moderation, plus related small changes to include/linux/interrupt.h,
> kernel/irq/Makefile, and kernel/irq/proc.c
>
> - include/linux/irq_moderation.h has the two main struct, prototypes
> and inline hooks
And none of this should be in a global visible header. All of that is
only relevant to the core interrupt code, so that want's to be a core
local header file.
Thanks,
tglx