[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <36600.12.35.250.145.1236605376.squirrel@www.rottinger.net>
Date: Mon, 09 Mar 2009 09:29:36 -0400 (EDT)
From: Steve Rottinger <steve@...tinger.net>
To: linux-kernel@...r.kernel.org
Subject: Direct transfer between SCSI and PCI
Hi All,
I am working with version 2.6.23 of the linux kernel on a custom PowerPC
board. As part
of my project, I need to be able to directly transfer data from a large
buffer that resides on
a custom PCI communications device to a SCSI disk without going through
the CPU's main
memory. Initially, it seemed like opening up the raw SCSI device in
O_DIRECT mode would
be the perfect solution. However, through some experimentation, and
reading some posts from
a few years back, it appears that O_DIRECT only works on buffer's that
reside in processor's
main memory. Does anyone have any suggestions as to how to get this to
work? My environment
is pretty well controlled, so I can patch/hack the kernel without any
problem.
Thanks in advance,
-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