public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Zero copy between ISR, kernel and User
@ 2006-09-27  4:01 Wink Saville
  2006-09-27 19:10 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Wink Saville @ 2006-09-27  4:01 UTC (permalink / raw)
  To: linux-kernel

Hello,

I would like to allow the transferring of data between ISR's, kernel and 
user code, without requiring copying. I envision allocating buffers in 
the kernel and then mapping them so that they appear at the same 
addresses to all code, and never being swapped out of memory.

Is this feasible for all supported Linux architectures and is there 
existing code that someone could point me towards?

Regards,

Wink Saville


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-28 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-27  4:01 Zero copy between ISR, kernel and User Wink Saville
2006-09-27 19:10 ` Stephen Hemminger
2006-09-28 14:45   ` Wink Saville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox