Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3264374imm; Sun, 30 Sep 2018 16:08:40 -0700 (PDT) X-Google-Smtp-Source: ACcGV61XrAFiVKPsmD0cZqXxhLJmfUYIC2PF5XdwHNbooQp/y6hp0X1NEmRNIocX5BQJ1QcWqBjc X-Received: by 2002:a17:902:89:: with SMTP id a9-v6mr7501306pla.279.1538348920576; Sun, 30 Sep 2018 16:08:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538348920; cv=none; d=google.com; s=arc-20160816; b=j0vWixMkhFaBM7R6FarL8FJCVggy6+QGK3msRHOLISoRJc6yxoziW9XVSBGisF56Tw UEey+MkILvYPcPlzWzdXQxVhgrST1svOY4taEg1i8zirnub/zptOXp8GLyW6b0LrgQ66 GZiLPEGOWehAFxX7Aa+3XgLQ7qOm2byu8ixbZOd8EYSbCKxJxBr7TZVmA+w4c/7OAoUL cTYkQrTgwsp0BABAKsy8Mt9rJLHEMr8L+rV3vcZF8ZvwznDUx2Z2nCTAUld7icx3nXM5 aQ+h5ID5ldKCLvIV6B1JEtXiFd5Qqc4o5VYbibh6xCew1jAhWDP6yfOZBdgExkmNFYaZ WacA== 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=9aAf9Zojv3oRFeJuXjY1dpwCd0fOOIlzyQ7TO9NrmQo=; b=f420ebrEpjr2bdHMZkpezl5oGNH8fm4VYnQK6LzFXqGE1GnNTgWeDu+5xp9v8mxk6q fYBmNBy/Q5gPWHvBvbgIWx0pZCvN/CeKCFVZ+hRdCeSkJuo564HC4CdPsPFXDwZ57NCP jiuwLGIXvaEYjLU6NDkkPqPCNuS/oksRwp02u5/ylA1RfdHelCnHc4Rp+4RTXkcWCKUE P/SxPCc/g4yW7R3Vdt2kUFj80xwL3lCoWMVyDNveGa+ZxntU3Vmf3aPmKjY2a0+S38eb ayT3cpTTvVYw1WM4nW/HPcWSKmrR6jr0+Pb8Nz/BgGIZXl9eb7z+GOa+mWBZEeU1NFPr XMAA== 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 q10-v6si10623707pgl.522.2018.09.30.16.08.25; Sun, 30 Sep 2018 16:08:40 -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 S1726763AbeJAFnL (ORCPT + 99 others); Mon, 1 Oct 2018 01:43:11 -0400 Received: from verein.lst.de ([213.95.11.211]:34138 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbeJAFnL (ORCPT ); Mon, 1 Oct 2018 01:43:11 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id A2C4D68B02; Mon, 1 Oct 2018 01:08:18 +0200 (CEST) Date: Mon, 1 Oct 2018 01:08:18 +0200 From: christoph hellwig To: Guan Xuetao Cc: christoph hellwig , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH, RFC] unicore32: remove swiotlb support Message-ID: <20180930230818.GA20776@lst.de> References: <20180927135434.6866-1-hch@lst.de> <467b89ea.5028.166258f1945.Coremail.gxt@pku.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <467b89ea.5028.166258f1945.Coremail.gxt@pku.edu.cn> 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 Sat, Sep 29, 2018 at 09:40:27PM +0800, Guan Xuetao wrote: > That's right and really good to use direct.c, not swiotlb.c > No special limitation for dma zone in unicore32. Thanks. Added to the dma-mapping tree for 4.20.