Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3347153ybd; Tue, 25 Jun 2019 00:42:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqwLjBAT96Uv6+IwSaoru1uc5SK4HbTpYbphaEZwQCkfNBZEl+t5aqz5IyTr9fdNR9R2xl8t X-Received: by 2002:a63:dc56:: with SMTP id f22mr37979972pgj.305.1561448522345; Tue, 25 Jun 2019 00:42:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561448522; cv=none; d=google.com; s=arc-20160816; b=bp/DnZ7haUmCEw21l9fpcBpzSJpKvaV1BLKpIp0O1msT5Jb4lOz4+6R3h1Xqe7bv71 uX/QoUuBSM0hmTwWXQGYN8p/oz3PcCLr6ySO0OQW4EsXPkdSVAY9nH9okRgihvCDLE2X 9cctHe0IMtNDgVhHOeVd3DjzLOKhA3sr1RFHx6eYFbBFE25ixQM0V4J+MH1R9Z6yFFFu 8q2XYkR1jBY1IIZP3yQ9HNP69vhOitlc1sH0w4oQErcb+ceTJnlLPyCVjzB51FvR2OXa PTZWniuTHFRfjBD5C9UmNeiGj8754NKqbzkjJ6yfj4d6WnDYY7rgKbEkmYV7U0y8AIbg 7lrA== 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=luqZCSi2PSIiwiHwao+pgsy4OGK8Rk+Kc/wZhhUt85U=; b=EKCFfBCOsAT2wdKYgzg+DX7r3eqD3pqoBU7QW2CSlC9S4AI63zAKFzgcetnf/c7zvf y3JPDYzfFAvDDTQBgR7Y9ph+4oZPTJerkuPxRGtRDgwE2RY2eeqmOspLsfWi1b0F00LX PHTJndKsqyVg12vOKkcf5M0c1yDV1jaJZktL4Kbra6CPspHc1DFMlxw4pgbiPiUAGOAF 8dyL29sr+Ycb0Oy7XuLXTnNsti1XoHdyYFakjEtebJmi5ZElKSCNaiK3Z3yZw8RZ1py8 wDbmvFi/XK77dscluJdZupD1J6Gf2AaOfFfpiC0JyXNSoAJT5u3FbCvHNRzn51XpPlcn hWhw== 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 d3si7014147pla.232.2019.06.25.00.41.47; Tue, 25 Jun 2019 00:42:02 -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 S1729407AbfFYGee (ORCPT + 99 others); Tue, 25 Jun 2019 02:34:34 -0400 Received: from verein.lst.de ([213.95.11.211]:59917 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726321AbfFYGee (ORCPT ); Tue, 25 Jun 2019 02:34:34 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 2A77268B02; Tue, 25 Jun 2019 08:34:03 +0200 (CEST) Date: Tue, 25 Jun 2019 08:34:02 +0200 From: "hch@lst.de" To: Eugeniy Paltsev Cc: "hch@lst.de" , "linux-snps-arc@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Alexey Brodkin , "Vineet.Gupta1@synopsys.com" Subject: Re: [PATCH 7/7] arc: use the generic remapping allocator for coherent DMA allocations Message-ID: <20190625063402.GC29561@lst.de> References: <20190614144431.21760-1-hch@lst.de> <20190614144431.21760-8-hch@lst.de> <78ac563f2815a9a14bfab6076d0ef948497f5b9f.camel@synopsys.com> <20190615083554.GC23406@lst.de> <20190624131417.GA10593@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 Mon, Jun 24, 2019 at 07:13:17PM +0000, Eugeniy Paltsev wrote: > Hi Christoph, > > Yep I've reviewed and tested it for both cases: > - coherent/noncoherent dma > - allocation from atomic_pool/regular allocation > > everything works fine for ARC. Thanks. I've applied the whole series to the dma-mapping for-next branch.