From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [RFC] [PATCH 0/3] ioat: DMA engine support Date: Thu, 08 Dec 2005 22:42:19 +0000 Message-ID: <1134081739.17102.79.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Jeff Garzik , Andrew Grover , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, john.ronciak@intel.com, christopher.leech@intel.com Return-path: To: Kumar Gala In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Iau, 2005-12-08 at 16:13 -0600, Kumar Gala wrote: > I'm actually searching for any examples of drivers that deal with the > issues related to DMA'ng directly two and from user space memory. Look at drivers/media/video for several examples. Essentially in 2.6 get_user_pages() gives you page structs and pins the pages you need.