Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1188977pxk; Fri, 4 Sep 2020 03:07:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzimNA6NxtTXqvegwob9iiKbSRlC+nLPjPvfnSVZoZi+XIENCoZT6smOIvq/cWdlC57BOiS X-Received: by 2002:a17:907:270f:: with SMTP id w15mr6828262ejk.141.1599214031918; Fri, 04 Sep 2020 03:07:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599214031; cv=none; d=google.com; s=arc-20160816; b=NQrrY/7C2DHJ+m9meR0mdWlidRixkgzeHKmhqo0HU82ulp2hXg/8xRCFElD09ICp0e 3ElIOqUzKzY7YsxEQ8i07tJOerD9i9zTILAOgJELksLlnK9Sijuxc152Fm9rtFgBfQQA UE2THi/nL5x3Sn0QnWRwt1QxrGGB1DNQYrDQa5BdO4VLD2A893WOaJo/+9TsyWPBk8qS 9o1IB1MmOAjjQIJHkb6YA1A3ew9+oOOBtQv1HE8hu6Tb5ZAQ40s37sNrqFbb5HqNbVJB oZVCfmjI3ZIDmtdK3uNnFkTtlwQ8hN0/851wKgoHxlWzMWJ7m/29MHhIM16VbtEuTk3T QJVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hWJLvbrX6hV82qE+EBkEVVCweI4yTqSfrMwKsfpa6r8=; b=lPLfE4WMpfHbxS+j1ZvVX2rkY9MoCeba9J981De+ju/hHrqMAwzdgIfpjYYN2AEsHd vXCZhCjCQnXAYIET4M9/GDsUkFY0zopXDtQJZ65y8xqbxIydovgfDJ13HgCrUksR3kN0 Kz42zf44HNSeiFOpxxevsa8s7zsB94LyVeTrmAACJ8Q3AiT7Acfzeg6qACloHUGyhbd6 1B0Ib6/xy5S66e9BJIdGZ3C1TLJbMJzxOiRfHanK+0HHGe+aMsYvp0MxkkDarGM94BP1 AseAU68zWr2S21roSyWeROe4A+63DfOtg8xPS28OSp1SazaaK1ZLCmkE5buTU3fT0hfU 5N+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p21si3729470edq.151.2020.09.04.03.06.48; Fri, 04 Sep 2020 03:07:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729765AbgIDKDq (ORCPT + 99 others); Fri, 4 Sep 2020 06:03:46 -0400 Received: from 8bytes.org ([81.169.241.247]:41080 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726114AbgIDKDp (ORCPT ); Fri, 4 Sep 2020 06:03:45 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 1952D3D5; Fri, 4 Sep 2020 12:03:42 +0200 (CEST) Date: Fri, 4 Sep 2020 12:03:40 +0200 From: Joerg Roedel To: Tom Murphy Cc: iommu@lists.linux-foundation.org, David Woodhouse , Lu Baolu , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 0/5] Convert the intel iommu driver to the dma-iommu api Message-ID: <20200904100340.GT6714@8bytes.org> References: <20200903201839.7327-1-murphyt7@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903201839.7327-1-murphyt7@tcd.ie> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Tom, On Thu, Sep 03, 2020 at 09:18:32PM +0100, Tom Murphy wrote: > Tom Murphy (5): > iommu: Handle freelists when using deferred flushing in iommu drivers > iommu: Add iommu_dma_free_cpu_cached_iovas function > iommu: allow the dma-iommu api to use bounce buffers > iommu/vt-d: Convert intel iommu driver to the iommu ops > DO NOT MERGE: iommu: disable list appending in dma-iommu Thanks for your continued work on this. As discussed in the microconference, Lu Baolu will take this over now and we can hopefully merge it soon. Thanks, Joerg