Re: [PATCH kernel 01/10] vfio/spapr: Relax the IOMMU compatibility check

2016-03-09 Thread David Gibson
On Wed, Mar 09, 2016 at 05:28:57PM +1100, Alexey Kardashevskiy wrote: > We are going to have multiple different types of PHB on the same system > with POWER8 + NVLink and PHBs will have different IOMMU ops. However > we only really care about one callback - create_table - so we can > relax the comp

[PATCH kernel 01/10] vfio/spapr: Relax the IOMMU compatibility check

2016-03-08 Thread Alexey Kardashevskiy
We are going to have multiple different types of PHB on the same system with POWER8 + NVLink and PHBs will have different IOMMU ops. However we only really care about one callback - create_table - so we can relax the compatibility check here. Signed-off-by: Alexey Kardashevskiy --- drivers/vfio/