public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to allocate pages for a scatter-gather buffer?
@ 2003-11-09 20:44 Alan Stern
  2003-11-09 21:12 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Stern @ 2003-11-09 20:44 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel

Jens:

Thanks for your help in tracking down that problem with the usb-storage 
sddr09 driver.

Now a slightly different question.  Suppose I want to allocate some pages
as a scatter-gather buffer for I/O to a device.  I've got the device's
dma_mask; what's the right way to convert that to a GFP bitmask for
alloc_pages() or get_free_pages()?

Also, assuming I'll have to use memcpy() to transfer data into or out of 
the scatter-gather buffer (so it will have to get a kernel virtual mapping 
at some point), am I better off using alloc_pages() followed by 
kmap_atomic()/kunmap_atomic() or get_free_pages()?  Or even kmalloc()?

Alan Stern


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-09 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-09 20:44 How to allocate pages for a scatter-gather buffer? Alan Stern
2003-11-09 21:12 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox