From: Harco Kuppens <h.kuppens@domain.hid>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] keyboard interrupt
Date: Thu, 18 Sep 2008 10:58:55 +0200 [thread overview]
Message-ID: <48D2184F.3000009@domain.hid> (raw)
In-Reply-To: <48D177B1.7000009@domain.hid>
[-- Attachment #1: Type: text/plain, Size: 2229 bytes --]
Hi Jan,
Thank you for your answer! But I still have some things I do not really
understand.
In Life with Adeos
<http://www.xenomai.org/documentation/branches/v2.3.x/pdf/Life-with-Adeos-rev-B.pdf>
I read :
The stage of the pipeline occupied by any given domain can be
stalled, which means that
the next incoming interrupt will not be delivered to the domain's
handler, and will be
prevented from flowing down to the lowest priority domain(s) in the
same move. While a
stage is stalled, pending interrupts accumulate in the domain's
interrupt log, and
eventually get played when the stage is unstalled, by an internal
operation called
synchronization.
and further on :
When a domain has finished processing all the pending interrupts it
has received, it then
calls a special Adeos service which yields the CPU to the next
domain down the pipeline,
so the latter can process in turn the pending events it has been
notified of, and this cycle
continues down to the lowest priority domain of the pipeline.
So from reading this I would suspect that multiple IRQs could be
buffered (= interrupt log) between Xenomai and Linux so that Xenomai can
finish it realtime jobs. Only when xenomai is done with its jobs the
IRQs from the buffer are passed to Linux
But from your answer I suspect that it only holds for different IRQs,
and when an IRQ X is on the pipeline not another newer IRQ X can over
the pipeline until the first one is dealed with.
Thus when the 'end-of-IRQ' signal is given.
Who however gives this 'end-of-IRQ' signal? linux or the pipeline?
What exactly is this 'end-of-IRQ' signal?
Because interrupt are virtualized in the pipeline I would suspect this
is something used in the pipeline?
> IRQ sharing between deterministic and non-deterministic code (here:
> Xenomai and vanilla Linux) will never work, that's an inherent design
> issue, nothing Xenomai or ipipe-specific.
>
>
with inherent design, I would guess you mean the intel hardware design I
suppose?
but than I would suspect that the 'end-of-IRQ' signal is something in
the hardware
please help me out this world of confusion :)
cheers
Harco
> Jan
>
>
[-- Attachment #2: Type: text/html, Size: 3372 bytes --]
next prev parent reply other threads:[~2008-09-18 8:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-15 16:27 [Xenomai-help] keyboard interrupt Harco Kuppens
2008-09-17 21:33 ` Jan Kiszka
2008-09-18 8:58 ` Harco Kuppens [this message]
2008-09-19 6:53 ` Jan Kiszka
2008-09-19 14:06 ` Harco Kuppens
2008-09-21 10:38 ` Jan Kiszka
2008-09-22 9:52 ` Harco Kuppens
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=48D2184F.3000009@domain.hid \
--to=h.kuppens@domain.hid \
--cc=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.