> space, just as an example) is wrong in the first place, but the really > subtle problems come when you realize that you can't really just "bypass" > the OS.
Well you can - its called SG_IO and that really does get the OS out of the way. O_DIRECT gets crazy when you stop using it on devices directly and use it on files You do need some way to avoid the copy cost of caches and get data direct to user space, it also needs to be a way that works without MMU tricks because many of that need it are the embedded platforms. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/