From: "Christopher Friesen" <cfriesen@nortelnetworks.com>
To: Fred <fred@arkansaswebs.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Should I use Linux to develop driver for specialized ISA card?
Date: Tue, 04 Sep 2001 12:24:20 -0400 [thread overview]
Message-ID: <3B950034.17909E5D@nortelnetworks.com> (raw)
In-Reply-To: <E15eHup-0003ir-00@the-village.bc.nu> <01090410264000.14864@bits.linuxball>
Fred wrote:
>
> I'm curious, Alan, Why? I'm a hardware developer, and I would have assumed
> that linux would have been ideal for real time / embedded projects? (routers
> / controllers / etc.) Is there, for instance, a reason to suspect that linux
> would not be able to respond to interrupts at say 8Khz?
> of course I know nothing of rtlinux so I'll read.
I'm involved in a project where we are using linux in an embedded application.
We've got a gig of ram, no hard drives, no video, and the only I/O is serial,
ethernet and fiberchannel.
We have a realtime process that tries to run every 50ms. We're seeing actual
worst-case scheduling latencies upwards of 300-400ms.
So while interrupts can be handled pretty quickly, you'll want to make sure that
your buffers are big enough that your userspace app only needs to run every half
second or so.
You may be better off with rtlinux if you need better response. (Or if you're on
x86 hardware you could look at the low-latency patches.)
--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com
next prev parent reply other threads:[~2001-09-04 16:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-04 12:57 Should I use Linux to develop driver for specialized ISA card? Rastislav Stanik
2001-09-04 13:28 ` Richard B. Johnson
2001-09-04 13:30 ` Anton Altaparmakov
2001-09-04 13:42 ` Erik Mouw
2001-09-17 19:19 ` Rogier Wolff
2001-09-04 15:15 ` Alan Cox
2001-09-04 15:26 ` Fred
2001-09-04 15:36 ` Alan Cox
2001-09-04 15:40 ` Joel Jaeggli
2001-09-04 16:24 ` Christopher Friesen [this message]
2001-09-04 17:32 ` Mark Frazer
2001-09-04 17:53 ` Christopher Friesen
2001-09-04 18:19 ` Roger Larsson
2001-09-04 18:54 ` J Sloan
2001-09-04 19:35 ` Christopher Friesen
2001-09-04 19:58 ` Andrew Morton
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=3B950034.17909E5D@nortelnetworks.com \
--to=cfriesen@nortelnetworks.com \
--cc=fred@arkansaswebs.com \
--cc=linux-kernel@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