Re: [PATCH v5 0/7] Global Software Interrupt Moderation (GSIM)
From: Christoph Hellwig
Date: Wed Sep 09 2026 - 02:30:29 EST
On Sat, Sep 05, 2026 at 10:30:22PM +0200, Thomas Gleixner wrote:
> > it appears that GSIM is only effective in scenarios where multi disks at very high
> > IOPS; in some cases, there was a noticeable performance regression.
> > If there’s something wrong with my configuration, please correct me.
>
> So we have a NVME specific mechanism to tackle the same problem and a
> more generic version which is subsystem "independent".
I'm not sure they tackle the entirely same problem, although they are
very related.
> Can you folks please coordinate and get your act together so that we
> don't end up with two competing mechanisms which make things worse than
> they are now.
This is what I'm trying to get done here. This is the first time I've
seen GSIM as I still try to read lkml, although I usuall fail.
Unfortunately neither the nvme nor block lists were Cced on it,
despite most of the numbers involving NVMe.
> TBH. I despise the NVME is special approach because it's fricking
> obvious that this is _NOT_ a NVME specific issue. But sure NVME is
> special as all other subsystems are special.
Note that we tried to look into generic helpers, Keith tried various
versions using DIMLIB, and we've also considered doing more work in the
block core similar what networking does with NAPI. But we're always
interested common code if it works, glad someone is looking. Although
somewhat more productive suggestions would be helpful.