Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2070619ybi; Mon, 1 Jul 2019 05:42:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqxzQca7axqhzj+dkfzLcsjE7ZjGKziqZ31G4nZ1XudhO/efJYSLe09ac5sOPP+WQNBVDcd9 X-Received: by 2002:a17:90a:346c:: with SMTP id o99mr30403262pjb.20.1561984973470; Mon, 01 Jul 2019 05:42:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561984973; cv=none; d=google.com; s=arc-20160816; b=S9D2vXfIUzS4Sax+qeuTIt+ARQ+TFRYI8p9ppffByTWSLL8zhsTfzOVAWtqL2Ldrm1 MtWJWjHPFC/wMVBhqhMrIkQZ/ExVlvCS+t4Fhpf+hrZUPWror9uSK7I+7npmBLEHried YFThaot2/y8eZXwr767bFwE8coy+5fUL6PMr5t8g3amTv+P6aWld/Jqj8mL0khxhZ9jc 8qU2cgrVODn8QWktyXNi3H+Q3xG0njO9mA/VEdogp5yyFaBnpptwLIVvmelhlRtmm7Rg MRvtyELZRk71fAm3oiz9UYSG0MRVuJgutH+uhg3WkIpFJkp9l5WPVOrwPRiPDWfRsEvi s8sQ== 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=zPEYnBABfD+/aNwEshBGJfhs43w2lxcoEb/E1jnRCAg=; b=YJ+0ceFXD+CbAYEVX4bHv8SNa5uYASUj8yXSQlYwKcw5VyfKy5tsCy5nuv9ptE2bOz KzqQCRW1WHVVd4fsqjUHfReCztX8dEmM4/WYSkusNVSeJ2+H6dQ+IEXOQBunsQsi44Jq rqlau92lt1l45LCK0HIkCZP4Id86X4fbqgxlQYAQxxg+TI7zUKqcbBBPIFa1/0t2ffm1 ueqWEBjUpzx4oG41XqwYLjqQtANt0eIwgebb9aZLVDfxk9L4/pklapDjRCxVHPOP1RE7 FRQhKjsUcGh6HOOgN4XlRAJzJf2MVr0W3jibk970PZ35ojNTlQtiGrx5zGrMKk/zPva+ klkw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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. [209.132.180.67]) by mx.google.com with ESMTP id b21si9934975plz.21.2019.07.01.05.42.38; Mon, 01 Jul 2019 05:42:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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 S1727973AbfGAMTS (ORCPT + 99 others); Mon, 1 Jul 2019 08:19:18 -0400 Received: from 8bytes.org ([81.169.241.247]:33632 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727243AbfGAMTR (ORCPT ); Mon, 1 Jul 2019 08:19:17 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id B9E84229; Mon, 1 Jul 2019 14:19:15 +0200 (CEST) Date: Mon, 1 Jul 2019 14:19:14 +0200 From: Joerg Roedel To: Christoph Hellwig Cc: Tom Murphy , iommu@lists.linux-foundation.org, Heiko Stuebner , Will Deacon , virtualization@lists.linux-foundation.org, David Brown , Thierry Reding , linux-s390@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Jean-Philippe Brucker , Krzysztof Kozlowski , Jonathan Hunter , linux-rockchip@lists.infradead.org, Andy Gross , Gerald Schaefer , linux-tegra@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, Robin Murphy , linux-kernel@vger.kernel.org, Kukjin Kim , David Woodhouse Subject: Re: [PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api Message-ID: <20190701121914.GD8166@8bytes.org> References: <20190613223901.9523-1-murphyt7@tcd.ie> <20190624061945.GA4912@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190624061945.GA4912@infradead.org> 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 Hi, On Sun, Jun 23, 2019 at 11:19:45PM -0700, Christoph Hellwig wrote: > Joerg, any chance you could review this? Toms patches to convert the > AMD and Intel IOMMU drivers to the dma-iommu code are going to make my > life in DMA land significantly easier, so I have a vested interest > in this series moving forward :) I really appreciate Toms work on this. Tom, please rebase and resubmit this series after the next merge window and I will do more performance testing on it. If all goes well I and no other issues show up I can apply it for v5.4. Regards, Joerg