From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r4CYm5k45zDq64 for ; Wed, 11 May 2016 07:48:44 +1000 (AEST) In-Reply-To: <1461920124-21719-3-git-send-email-aik@ozlabs.ru> To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: kvm@vger.kernel.org, Alexey Kardashevskiy , Alistair Popple , Gavin Shan , linux-kernel@vger.kernel.org, Alex Williamson , David Gibson , Dan Carpenter , Daniel Axtens Subject: Re: [kernel, v4, 02/11] vfio/spapr: Relax the IOMMU compatibility check Message-Id: <3r4CYm3zcRz9t4k@ozlabs.org> Date: Wed, 11 May 2016 07:48:44 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-29-04 at 08:55:15 UTC, 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 compatibility check here. > > Signed-off-by: Alexey Kardashevskiy > Reviewed-by: David Gibson > Acked-by: Alex Williamson Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/45295687a90a31135ab575803e cheers