RE: [patch 17/20] platform-msi: Switch to the domain id aware MSI interfaces

From: Thomas Gleixner
Date: Fri Nov 18 2022 - 07:28:53 EST


On Fri, Nov 18 2022 at 08:53, Kevin Tian wrote:
>> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>>
>> - err = msi_domain_alloc_irqs(dev->msi.domain, dev, nvec);
>> + err = msi_domain_alloc_irqs_range(dev, MSI_DEFAULT_DOMAIN, 0,
>> nvec - 1);
>> if (err)
>> platform_msi_free_priv_data(dev);
>>
>
> Out of curiosity. Why don't we provide an unlocked version of
> msi_domain_alloc_irqs_all()?

-ENOUSER