Re: [PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain

2016-05-03 Thread Eric Auger
Hi Alex, On 05/02/2016 10:23 PM, Alex Williamson wrote: > Hi Eric, > > On Mon, 2 May 2016 17:48:13 +0200 > Eric Auger wrote: > >> Hi Alex, >> On 04/29/2016 12:27 AM, Alex Williamson wrote: >>> On Thu, 28 Apr 2016 08:15:21 + >>> Eric Auger wrote: >>> This function checks whether

Re: [PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain

2016-05-02 Thread Alex Williamson
Hi Eric, On Mon, 2 May 2016 17:48:13 +0200 Eric Auger wrote: > Hi Alex, > On 04/29/2016 12:27 AM, Alex Williamson wrote: > > On Thu, 28 Apr 2016 08:15:21 + > > Eric Auger wrote: > > > >> This function checks whether > >> - the device belongs to a non default iommu domain > >> - this iomm

Re: [PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain

2016-05-02 Thread Eric Auger
Hi Alex, On 04/29/2016 12:27 AM, Alex Williamson wrote: > On Thu, 28 Apr 2016 08:15:21 + > Eric Auger wrote: > >> This function checks whether >> - the device belongs to a non default iommu domain >> - this iommu domain requires the MSI address to be mapped. >> >> If those conditions are met,

Re: [PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain

2016-04-28 Thread Alex Williamson
On Thu, 28 Apr 2016 08:15:21 + Eric Auger wrote: > This function checks whether > - the device belongs to a non default iommu domain > - this iommu domain requires the MSI address to be mapped. > > If those conditions are met, the function returns the iommu domain > to be used for mapping th

[PATCH v8 6/8] iommu/msi-iommu: iommu_msi_domain

2016-04-28 Thread Eric Auger
This function checks whether - the device belongs to a non default iommu domain - this iommu domain requires the MSI address to be mapped. If those conditions are met, the function returns the iommu domain to be used for mapping the MSI doorbell; else it returns NULL. Signed-off-by: Eric Auger