Re: [PATCH v5 01/11] irqchip/riscv-imsic: Set irq_set_affinity for IMSIC base
From: Thomas Gleixner
Date: Thu Feb 13 2025 - 07:13:02 EST
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.