Re: [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain

From: Jason Gunthorpe
Date: Thu Feb 04 2021 - 07:15:26 EST


On Wed, Feb 03, 2021 at 12:56:44PM -0800, Megha Dey wrote:
> +bool arch_support_pci_device_ims(struct pci_dev *pdev)
> +{

Consistent language please, we are not using IMS elsewhere, this
feature is called device_msi in Linux.

Jason