public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* O_DIRECT splice from PCI-resident buffer to filesystem
@ 2009-05-29 18:56 Steve Rottinger
  2009-06-03 10:25 ` Leon Woestenberg
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Rottinger @ 2009-05-29 18:56 UTC (permalink / raw)
  To: linux-kernel

Hi,

After some work, and kernel hacking, and thanks to Jens'
O_DIRECT/blockio splicing
patch,  I have been successful in using splice to transfer data directly
from a buffer
resident on a PCI device to a raw disk partition, with zero copies. Great!
Can anyone tell me if it is feasible to transfer data in the same way,
using splice
to a file, on a filesystem, instead of a raw block device with zero
copies?   Looking at
the code, it appears that the data is copied using memcpy, no matter what.

Thanks,

-Steve


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

end of thread, other threads:[~2009-06-03 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 18:56 O_DIRECT splice from PCI-resident buffer to filesystem Steve Rottinger
2009-06-03 10:25 ` Leon Woestenberg

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