Received: by 10.213.65.68 with SMTP id h4csp1603435imn; Mon, 19 Mar 2018 08:30:35 -0700 (PDT) X-Google-Smtp-Source: AG47ELu1o1sJundDMTA937ayMABiTRO7qsgrgi5PqZ1aN7adfo1Y631z5TTAt1E5VIQI6NniFzKO X-Received: by 10.99.127.17 with SMTP id a17mr1800219pgd.240.1521473435816; Mon, 19 Mar 2018 08:30:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521473435; cv=none; d=google.com; s=arc-20160816; b=pLkTdTnGPh0Z4kDfX2wQzNvuBMEQ+aMJ/yg7Vvz+IyScl36KI07lzWjGC4wnhnPd6i H19wE63b9hcHXiR4ecUOvw+CffOyYyIIJYVdDT3diTmXfDZPedRnYmUk3g7Lv94ufFHZ D+KG0h2IxtyAG5ctQyxkuU9NhWDbk7hbxyQ2yF30t5JDprsBVT+93vIubTqzPeJQTA3b 5Zomr2M9+OdOqzpnoIzvktDudFwymzT0SJBtehplw7hXuhMZXzwY5xC0AkzeHMsysCBH tw7NEjKDmhx2hyR0GkILn8qT4sWUBO9Ed6tuj2BKrkTqzZrzT0Hpxs3mlM8bfNfQ3YCi ctZw== 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:arc-authentication-results; bh=uH+nnN5ZMJAPv8bviP3Qap+TsNfUCFu7SR2v3KGKML8=; b=rd3/O9xkkLcaw7HpaAputAzcTFa/uOfSzdrQa0SE2oaQw3O6uZvEnQ9CA6aZiaRRin fAnaGQ7vgqU63rzOKlV+lKdf6QyUQ0BCVd/nZwu3KazY1n0ofdSr/8q5+covUXVeYi/s ovKgDK85W5HXelxT9lRkoI1cTfioU+sdeHiLx0KrN+JMn0uiRklLNZddy89O9w8INqz1 52hN0yjqGzBozfoTEEoomHqs3L5d6Vm7tnBD6NQnZE8W6csIHvviZZ1gg+WZCQXKo6Bb G8lxsne9PfUPjYY22YYvk+xitcj86Ia4cWhC4TxN1bZDCbPUAhbatG4OjRatDWLtTNBN oW6w== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z18si151874pfe.41.2018.03.19.08.30.21; Mon, 19 Mar 2018 08:30:35 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755905AbeCSP2m (ORCPT + 99 others); Mon, 19 Mar 2018 11:28:42 -0400 Received: from verein.lst.de ([213.95.11.211]:59313 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755726AbeCSP2l (ORCPT ); Mon, 19 Mar 2018 11:28:41 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 241937FDDF; Mon, 19 Mar 2018 16:28:40 +0100 (CET) Date: Mon, 19 Mar 2018 16:28:40 +0100 From: Christoph Hellwig To: Konrad Rzeszutek Wilk Cc: Christoph Hellwig , x86@kernel.org, Tom Lendacky , David Woodhouse , Muli Ben-Yehuda , Jon Mason , Joerg Roedel , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: use generic dma-direct and swiotlb code for x86 V3 Message-ID: <20180319152840.GA28041@lst.de> References: <20180319103826.12853-1-hch@lst.de> <20180319152737.GK1110@char.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180319152737.GK1110@char.us.oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 19, 2018 at 11:27:37AM -0400, Konrad Rzeszutek Wilk wrote: > On Mon, Mar 19, 2018 at 11:38:12AM +0100, Christoph Hellwig wrote: > > Hi all, > > > > this series switches the x86 code the the dma-direct implementation > > for direct (non-iommu) dma and the generic swiotlb ops. This includes > > getting rid of the special ops for the AMD memory encryption case and > > the STA2x11 SOC. The generic implementations are based on the x86 > > code, so they provide the same functionality. > > I need to test this on my baremertal and Xen setup - and I lost your > git repo URL - any chance you mention point out to me so I can > kick of a build? git://git.infradead.org/users/hch/misc.git dma-direct-x86