Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757062AbYAaDAs (ORCPT ); Wed, 30 Jan 2008 22:00:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757869AbYAaDAX (ORCPT ); Wed, 30 Jan 2008 22:00:23 -0500 Received: from sj-iport-6.cisco.com ([171.71.176.117]:52433 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757032AbYAaDAU (ORCPT ); Wed, 30 Jan 2008 22:00:20 -0500 To: akepner@sgi.com Cc: Tony Luck , Grant Grundler , Jesse Barnes , Jes Sorensen , Randy Dunlap , James Bottomley , David Miller , Muli Ben-Yehuda , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] IB: introducing MTHCA_MR_DMABARRIER X-Message-Flag: Warning: May contain useful information References: <20080130055429.GV30022@sgi.com> From: Roland Dreier Date: Wed, 30 Jan 2008 19:00:11 -0800 In-Reply-To: <20080130055429.GV30022@sgi.com> (akepner@sgi.com's message of "Tue, 29 Jan 2008 21:54:29 -0800") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.21 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 31 Jan 2008 03:00:11.0735 (UTC) FILETIME=[65271670:01C863B5] Authentication-Results: sj-dkim-2; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim2002 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 14 > @@ -72,6 +73,8 @@ static void __ib_umem_release(struct ib_device *dev, struct ib_umem *umem, int d > * @addr: userspace virtual address to start at > * @size: length of region to pin > * @access: IB_ACCESS_xxx flags for memory being pinned > + * @dmabarrier: set a "dma barrier" so that in-flight DMA is > + * flushed when the memory region is written to > */ I see... it seems some of the previous patch snuck in here... -- 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/