From: Michael Raymond <mraymond@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: User Level I/O
Date: Tue, 22 Feb 2005 16:59:57 +0000 [thread overview]
Message-ID: <20050222105957.B67472@goliath.americas.sgi.com> (raw)
Some embedded and I/O intensive applications prefer to do most of their
I/O processing work in user space. They can do this through PIOs and
mmap'ing their device registers. I'd like to present a feature that will
allow them to handle interrupts in user space as well.
SGI's User Level Interrupt (ULI) feature allows applications to safely
do interrupt processing with user space handler functions. Applications get
a high degree of control and a quick response (~3us) while ensuring that
things like segfaults or infinite loops in the handler won't take down the
OS. More information can be found at http://oss.sgi.com/projects/uli/.
I have ULI patches for IA64 on 2.6.10 and 2.6.11-rc4. On the web page
you can also find a support library, documentation, and very simple sample
applications. The feature definitely isn't done yet but it's ready for
people to start playing with. In particular, the code for handling infinite
loops and supporting debugging is incomplete and the assembly needs to be
cleaned up.
Please take a look at this and let me know what you guys think. We'd
like to get this integrated in 6.5.12 or soon after.
Thanks,
Michael
--
Michael A. Raymond Office: (651) 683-3434
Core OS Group Real-Time System Software
next reply other threads:[~2005-02-22 16:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-22 16:59 Michael Raymond [this message]
2005-02-22 18:20 ` User Level I/O Robin Holt
2005-02-22 22:18 ` Peter Chubb
2005-02-22 23:01 ` Michael Raymond
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050222105957.B67472@goliath.americas.sgi.com \
--to=mraymond@sgi.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox