Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757310Ab0BKWb2 (ORCPT ); Thu, 11 Feb 2010 17:31:28 -0500 Received: from sj-iport-3.cisco.com ([171.71.176.72]:41122 "EHLO sj-iport-3.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756799Ab0BKWb1 (ORCPT ); Thu, 11 Feb 2010 17:31:27 -0500 Authentication-Results: sj-iport-3.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-AV: E=Sophos;i="4.49,455,1262563200"; d="scan'208";a="212146657" From: Roland Dreier To: David Miller Cc: fujita.tomonori@lab.ntt.co.jp, netdev@vger.kernel.org, rolandd@cisco.com, eli@mellanox.co.il, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mlx4: replace the dma_sync_single_range_for_cpu/device API References: <20100205135626G.fujita.tomonori@lab.ntt.co.jp> <20100204.210939.133998827.davem@davemloft.net> X-Message-Flag: Warning: May contain useful information Date: Thu, 11 Feb 2010 14:31:22 -0800 In-Reply-To: <20100204.210939.133998827.davem@davemloft.net> (David Miller's message of "Thu, 04 Feb 2010 21:09:39 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1050 Lines: 23 > > There are only two users of the dma_sync_single_range_for_cpu/device > > API in mainline (mlx4 and ssb). The > > dma_sync_single_range_for_cpu/device API has never been documented and > > the dma_sync_single_for_cpu/device API also support a partial sync. > > > > This converts mlx4 to use the dma_sync_single_for_cpu/device API > > (preparations for the removal of the dma_sync_single_range_for_cpu/device API). > > > > Signed-off-by: FUJITA Tomonori > > Acked-by: David S. Miller Dave, please go ahead and merge this -- this affects the mlx4 ethernet driver, so it's your area anyway. -- Roland Dreier For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/