Re: [PATCH v9 4/8] iommu/msi-iommu: initialization

2016-05-10 Thread Eric Auger
Hi Alex, On 05/09/2016 10:57 PM, Alex Williamson wrote: > On Wed, 4 May 2016 11:40:03 + > Eric Auger wrote: > >> iommu_get/put_msi_cookie allocates/frees the resource used to store >> and ref count the MSI doorbell mappings. iommu_msi_set_aperture >> initializes the

Re: [PATCH v9 4/8] iommu/msi-iommu: initialization

2016-05-09 Thread Alex Williamson
On Wed, 4 May 2016 11:40:03 + Eric Auger wrote: > iommu_get/put_msi_cookie allocates/frees the resource used to store > and ref count the MSI doorbell mappings. iommu_msi_set_aperture > initializes the iova domain used for MSI IOVA allocation and sets the > iommu

[PATCH v9 4/8] iommu/msi-iommu: initialization

2016-05-04 Thread Eric Auger
iommu_get/put_msi_cookie allocates/frees the resource used to store and ref count the MSI doorbell mappings. iommu_msi_set_aperture initializes the iova domain used for MSI IOVA allocation and sets the iommu domain's msi geometry. The implementation relies on dma-iommu API and iova API. New msi