* [Xenomai-core] Scheduler extensions
@ 2012-05-08 7:23 Jonas Flodin
2012-05-08 9:10 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Jonas Flodin @ 2012-05-08 7:23 UTC (permalink / raw)
To: xenomai
Hi!
I'm a PhD student who is currently doing research on multicore real-time
scheduling. I'm considering using Xenomai as a base for my research
experiments, but this would require me to replace or extend the current
scheduler. So far I have found no documents detailing how the scheduler
is implemented or how to extend it (if possible). Could you point me to
information regarding the scheduler?
Thank you in advance.
BR
Jonas Flodin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] Scheduler extensions
2012-05-08 7:23 [Xenomai-core] Scheduler extensions Jonas Flodin
@ 2012-05-08 9:10 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2012-05-08 9:10 UTC (permalink / raw)
To: Jonas Flodin; +Cc: xenomai
On 05/08/2012 09:23 AM, Jonas Flodin wrote:
>
> Hi!
>
> I'm a PhD student who is currently doing research on multicore real-time
> scheduling. I'm considering using Xenomai as a base for my research
> experiments, but this would require me to replace or extend the current
> scheduler. So far I have found no documents detailing how the scheduler
> is implemented or how to extend it (if possible). Could you point me to
> information regarding the scheduler?
>
There is no documentation on the scheduling core. You should probably
start with ksrc/nucleus/sched*.c, and include/nucleus/sched*.h, having a
look at the files implementing the plain FIFO policy in sched-rt*.
Hint: the scheduling core is meant to be extensible, adding a new policy
entails providing an implementation for a new struct xnsched_class
object. Make sure to read the comments in the files implementing the
existing policies (-rt, -sporadic, -tp), they usually mention details on
the calling context and requirements for the handlers defined by the
xnsched_class type.
> Thank you in advance.
>
> BR
> Jonas Flodin
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-08 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 7:23 [Xenomai-core] Scheduler extensions Jonas Flodin
2012-05-08 9:10 ` Philippe Gerum
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.