Re: [PATCH v2 5/5] irqchip/gic-v3-its: Use allocation size from the prepare call
From: Thomas Gleixner
Date: Sun May 18 2025 - 14:54:01 EST
On Tue, May 13 2025 at 17:31, Marc Zyngier wrote:
> Now that .msi_prepare() gets called at the right time and not
> with semi-random parameters, remove the ugly hack that tried
> to fix up the number of allocated vectors.
>
> It is now correct by construction.
FWIW, while looking at something related, it occured to me that with
this change you can enable MSI_FLAG_PCI_MSIX_ALLOC_DYN now on GIC ITS.
Thanks,
tglx