All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] IRQ Handler latency
Date: Sat, 29 Mar 2014 14:01:31 +0100	[thread overview]
Message-ID: <5336C42B.4080101@xenomai.org> (raw)
In-Reply-To: <CADoY7i8=SSBVO6R7eiGtMLb9ZnAsXj+mC4L_pDRs3-zDBaP7aQ@mail.gmail.com>

Le 29/03/2014 00:41, Newell Jensen a écrit :
> Hello,
> 
> I have successfully created an RTDM driver that uses the EPIT timer on the
> i.mx6dl-sabresd board.  The reason I created this driver is I wanted to see
> what the hard interrupt latency is using Xenomai.
> 
> AFAIK, I am using the RTDM skin in the proper way.  However, I wanted to
> run my code by the experts (you guys), to see if there is any improvements
> that I can make.
> 
> Here is a link to my code:  http://pastebin.com/TFWLq9mq
> 
> My questions are:
> 
> 1. Is there anything that I am not doing in my code that I should be to
> reduce interrupt latency?

You can remove some useless stuff from the interrupt handler: testing
rtdm_in_rt_context is useless, calling rtdm_lock_get_irqsave is useless,
as irqs are already off.

> 
> 2. Is there a way to set the priority for a kernel module like the one I
> have?

It does not make sense to talk about the priority of a kernel module.

> 
> 3. Is there an easy way to see the priorities of all irqs both in Xenomai
> and Linux?

Xenomai irqs are not threaded, so there is no such thing as an irq priority.

But why do you ask all this, have you compared the latencies you measure
with those of the "latency" test, are they not comparable?
Do you have the patch which disables write-allocate in the imx6 L2 cache?


-- 
Gilles.


  reply	other threads:[~2014-03-29 13:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 23:41 [Xenomai] IRQ Handler latency Newell Jensen
2014-03-29 13:01 ` Gilles Chanteperdrix [this message]
2014-03-29 13:02 ` Gilles Chanteperdrix
2014-03-29 13:35 ` Gilles Chanteperdrix

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=5336C42B.4080101@xenomai.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --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.