public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Minimum time slice for relaible Linux execution
@ 2011-03-31 12:13 limp
  2011-03-31 15:12 ` Steven Rostedt
  2011-04-01 14:19 ` Rafael Fernandez
  0 siblings, 2 replies; 7+ messages in thread
From: limp @ 2011-03-31 12:13 UTC (permalink / raw)
  To: linux-kernel

Dear all,

I have developed a framework similar to a hypervisor that switches between
Linux and a RT domain.
As RT priority is of highest importance, I want to give more time to the RT
domain *but* I also want to give Linux adequate time for being able to
operate.

Could anyone advise me on how to determine the minimum possible time slice
that I can give to Linux so that it doesn't crash?

That is, if I periodically execute my RT domain every ms and then I switch
to Linux, what's the minimum time that should be given to Linux, until the
next RT domain execution? 

NOTE: The RT domain and Linux are not executed concurrently, i.e. the RT
domain is executed first and then Linux executes until the next RT domain
execution.

Thank you all in advance.

John K.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-01 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 12:13 Minimum time slice for relaible Linux execution limp
2011-03-31 15:12 ` Steven Rostedt
2011-04-01  8:05   ` Dario Faggioli
2011-04-01 12:39     ` limp
2011-04-01 13:32       ` Steven Rostedt
2011-04-01 14:19 ` Rafael Fernandez
2011-04-01 14:57   ` Rafael Fernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox