Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp903226ybi; Fri, 14 Jun 2019 05:24:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqwljwAw/aB/TU8tIi6oZE1W8lUt/DSTjZprrqWNh5b7WdQXQAqGz/j2aq/GdDltiYOcqjJX X-Received: by 2002:a63:87c8:: with SMTP id i191mr36049286pge.131.1560515043536; Fri, 14 Jun 2019 05:24:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560515043; cv=none; d=google.com; s=arc-20160816; b=NfeuyRSTKSB2v7AvaJkdippj1J8SIlfu7rEE9iL/yKYAmTOQAyLRDfVLESJ2O2oK5F uoWgIbEfUU/rAvsEPcwzuDvhlq4vppQllxnXlzlCTJl5HPWPDnxcFfIKiwOnLrugtG79 dTBFT1DqPoaRoKBDY4lnxpg8zu7xnhKILadS6UDlnJs/SCBqYMyh96C/hoJB36tzXyMG vtkXu8bJvktqdFVwPxgnr3DKHEcyFaeLfzhkzjK6unu7wgc27OOLKVMRDpJ5mw+V3XsH FmuTt8sWEGLh01NPyVYOA47udtDhXd3D+rX92U23uZ2lSGxX4VC9edVpg062DvuvHxTf NhKQ== 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=e00QzP+6hBAV0u8+x6YOeb94A2Ctk8Hh6mk1YI69oEI=; b=Y6d8WVYEVvcv2eJY/YFkruUXvS+gWuQIa+jXk6yaslZ8TmSS1BPU6GeHn105D7TYHY RuUPvTL8r5vKnl9UC7aElF6ENf4XXzEz7bIqIeH5m+pVwf60GRuTckuPbX3mHh6D4SaR KlEVbLn1hHWpqRnok0OoLDy3x/RjT+y2rQZo6uS6ieTX6boXq8ID7acr/yvehI9pd0kT n3jrIa+dIF6YsRCh63oD2Fc647EG6GjdEbQTeT+mA4TO222uPqmGr0fcXsnEl0CAYV9P 4xonAWwarIkBlxTB58Q0bs3E0sAK0p79e2vQnjfQJ/IU3lTOf8kllkzKYd68Fo38Gv6O yjLA== 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 s101si2292433pjc.5.2019.06.14.05.23.46; Fri, 14 Jun 2019 05:24:03 -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 S1727706AbfFNMWO (ORCPT + 99 others); Fri, 14 Jun 2019 08:22:14 -0400 Received: from verein.lst.de ([213.95.11.211]:46520 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727362AbfFNMWN (ORCPT ); Fri, 14 Jun 2019 08:22:13 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 7061168AFE; Fri, 14 Jun 2019 14:21:44 +0200 (CEST) Date: Fri, 14 Jun 2019 14:21:43 +0200 From: Christoph Hellwig To: Greentime Hu Cc: Christoph Hellwig , Vincent Chen , iommu@lists.linux-foundation.org, Linux Kernel Mailing List Subject: Re: [RFC] switch nds32 to use the generic remapping DMA allocator Message-ID: <20190614122143.GA26467@lst.de> References: <20190614100928.9791-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Fri, Jun 14, 2019 at 07:35:29PM +0800, Greentime Hu wrote: > It looks good to me. I just verified in nds32 platform and it works fine. > Should I put it in my next-tree or you will pick it up in your tree? :) Either way works for me, let me know what you prefer.