[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A0838D1.5090102@pentek.com>
Date: Mon, 11 May 2009 10:40:17 -0400
From: Steve Rottinger <steve@...tek.com>
To: linux-kernel@...r.kernel.org
Subject: splice methods in character device driver
Hi,
Has anyone successfully implemented the splice() method's in a character
device driver?
I'm having a tough time finding any existing drivers that implement
these method's, which
I can use as an example. Specifically, it is unclear to me, as to how I
need to set up .ops
in the splice_pipe_desc, when using splice_to_pipe().
My ultimate goal is to use splice to move data from a high speed data
acquisition device,
which has a buffer in PCI space to disk without the need for going
through block memory.
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