Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751798AbcLHHfD (ORCPT ); Thu, 8 Dec 2016 02:35:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750851AbcLHHfC (ORCPT ); Thu, 8 Dec 2016 02:35:02 -0500 Subject: Re: [RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions To: shankerd@codeaurora.org, Will Deacon References: <1479215363-2898-1-git-send-email-eric.auger@redhat.com> <6c9012fd-070b-6218-48e7-69b37f2559dd@redhat.com> <20161130103713.GB2724@arm.com> <1899e46c-7b06-01d6-6cff-eb0985a4f11d@redhat.com> <165d4f72-ef74-2db8-166a-1f90208315c8@codeaurora.org> Cc: drjones@redhat.com, jason@lakedaemon.net, kvm@vger.kernel.org, marc.zyngier@arm.com, joro@8bytes.org, punit.agrawal@arm.com, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, diana.craciun@nxp.com, alex.williamson@redhat.com, pranav.sawargaonkar@gmail.com, linux-arm-kernel@lists.infradead.org, tglx@linutronix.de, robin.murphy@arm.com, christoffer.dall@linaro.org, eric.auger.pro@gmail.com From: Auger Eric Message-ID: <0bff7ad0-38f2-e2d0-0d19-3aa40e827244@redhat.com> Date: Thu, 8 Dec 2016 08:34:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <165d4f72-ef74-2db8-166a-1f90208315c8@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 08 Dec 2016 07:35:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 643 Lines: 21 Hi Shanker, On 07/12/2016 19:52, Shanker Donthineni wrote: > Hi Eric, > > Is there any reason why you are not supporting SMMUv3 driver? Qualcomm > hardware doesn't not support SMMUv2 hardware, please add support for > SMMUv3 in next patch set. I've ported ' RFC,v3,09/10] iommu/arm-smmu: > Implement reserved region get/put callbacks' to SMMUv3 driver and tested > device-pass-through feature on Qualcomm server platform without any issue. > > Tested-by: Shanker Donthineni Thanks! No reason behind not supporting smmuv3 except I don't have any HW to test. I will add this support in next version. Thanks Eric