Ok bidirectional FiFo's would be nice, but how about
mmap extension??
UserLand opens the fifo and does mmap(rtf,1Mbyte...)
the fifo driver will allocate memory and map it to UserLand.
after this UserLand and KernelLand will use the FiFo to tell
each other what happend to the shared memory. Going this
way the communication channel will be fast, and easy to use.
(I allready did a first mmap() try, based on the
Oreilly kernel driver book examples)
Jens Michaelsen
[EMAIL PROTECTED] wrote:
>
> Hello all,
>
> as practice shows, RT-fifos can reasonably be used only in one
> direction.
This is true! Just read the code of rt_fifo. I agree that two-way fifos
would
make live much more easier.
-- Bernhard answered
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/