On Thu, Nov 10, 2016 at 04:57:51PM +0100, Auger Eric wrote: > It does not only serve the purpose to register the MSI IOVA region. We > also need to allocate an iova_domain where MSI IOVAs will be allocated > upon the request of the relevant MSI controllers. Do you mean you don't > like to use the iova allocator for this purpose? Yes, it looks like the only purpose of iommu_get_dma_msi_region_cookie() is to get the msi-region information into into the reserved-list. Why do you need to 'allocate' the MSI region after all? Except for IOMMU_DOMAIN_DMA domains the iommu-core code does not care about address allocation. This is up to the users of the domain, which includes that the user has to take care of the MSI region. Besides that, 'iommu_get_dma_msi_region_cookie' is a terrible function name and does not describe at all what the function does or is supposed to do. Joerg -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html