[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A202FF3.2090600@pentek.com>
Date: Fri, 29 May 2009 14:56:51 -0400
From: Steve Rottinger <steve@...tek.com>
To: linux-kernel@...r.kernel.org
Subject: O_DIRECT splice from PCI-resident buffer to filesystem
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists