[rtems-docs commit] c-user: Document EDF SMP

Sebastian Huber sebh at rtems.org
Mon Jul 3 07:43:08 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    8cf3d75a92b42ba8891c693ede8ea3c3a4290dee
Changeset: http://git.rtems.org/rtems-docs/commit/?id=8cf3d75a92b42ba8891c693ede8ea3c3a4290dee

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jun 30 15:06:21 2017 +0200

c-user: Document EDF SMP

Close #3056.

---

 c-user/configuring_a_system.rst | 27 +++++++++++++++++++++++++++
 c-user/scheduling_concepts.rst  |  7 +++++++
 2 files changed, 34 insertions(+)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 71c5c71..17c8a85 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3795,6 +3795,33 @@ DESCRIPTION:
 NOTES:
     None.
 
+.. COMMENT: === CONFIGURE_SCHEDULER_EDF_SMP ===
+
+.. _Use Earliest Deadline First SMP Scheduler:
+
+Use Earliest Deadline First Scheduler
+-------------------------------------
+.. index:: CONFIGURE_SCHEDULER_EDF_SMP
+
+CONSTANT:
+    ``CONFIGURE_SCHEDULER_EDF_SMP``
+
+DATA TYPE:
+    Boolean feature macro.
+
+RANGE:
+    Defined or undefined.
+
+DEFAULT VALUE:
+    This is not defined by default.
+
+DESCRIPTION:
+    If defined, then the Earliest Deadline First (EDF) SMP Scheduler is
+    selected as the default scheduler.
+
+NOTES:
+    None.
+
 .. COMMENT: === CONFIGURE_SCHEDULER_CBS ===
 
 .. _Use Constant Bandwidth Server Scheduler:
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index cea863d..7a77a33 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -183,6 +183,13 @@ period, it has to be finished until the end of this period. The call of
 deadline. Moreover, the ``rtems_rate_monotonic_cancel`` and
 ``rtems_rate_monotonic_delete`` calls clear the deadlines assigned to the task.
 
+Earliest Deadline First SMP Scheduler
+-------------------------------------
+
+An EDF scheduler with SMP support.  The processors managed by this scheduler
+are allocated to the highest priority (earliest deadline) tasks which are ready
+to execute.
+
 Constant Bandwidth Server Scheduling (CBS)
 ------------------------------------------
 .. index:: constant bandwidth server scheduling




More information about the vc mailing list