Re: [PATCH v5 01/11] irqchip/riscv-imsic: Set irq_set_affinity for IMSIC base
From: Anup Patel
Date: Sun Feb 16 2025 - 23:26:24 EST
On Thu, Feb 13, 2025 at 5:42 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> On Sun, Feb 09 2025 at 09:46, Anup Patel wrote:
> > From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
> >
> > Instead of using imsic_irq_set_affinity() for leaf MSI domains,
> > use imsic_irq_set_affinity() for the non-leaf IMSIC base domain
> > and use irq_chip_set_affinity_parent() for leaf MSI domains.
>
> This clearly lacks an explanation of the purpose/reason of this change.
>
Okay, I will improve the commit description in the next revision.
Thanks,
Anup