Direct transfer between SCSI and PCI

From: Steve Rottinger
Date: Mon Mar 09 2009 - 09:59:55 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/