From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbcLISWe (ORCPT ); Fri, 9 Dec 2016 13:22:34 -0500 Received: from verein.lst.de ([213.95.11.211]:45240 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbcLISWc (ORCPT ); Fri, 9 Dec 2016 13:22:32 -0500 Date: Fri, 9 Dec 2016 19:22:30 +0100 From: Christoph Hellwig To: Bart Van Assche Cc: Doug Ledford , Christoph Hellwig , Sagi Grimberg , "linux-rdma@vger.kernel.org" , David Woodhouse , virtualization@lists.linux-foundation.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/5] Move dma_ops from archdata into struct device Message-ID: <20161209182230.GC16622@lst.de> References: <07c07529-4636-fafb-2598-7358d8a1460d@sandisk.com> <58a325aa-8df7-6a2e-fadb-5d9031d8a1a0@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58a325aa-8df7-6a2e-fadb-5d9031d8a1a0@sandisk.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We'll need a bit of a wieder audience for this I think.. On Wed, Dec 07, 2016 at 05:11:28PM -0800, Bart Van Assche wrote: > Additionally, introduce set_dma_ops(). A later patch will introduce a > call to that function in the RDMA drivers that will be modified to use > dma_noop_ops. This looks good to me, and we had a lot of talk about this for other purposes for a while.