From c69657fb3beb7db05002d2f5eeff47c1694ad794 Mon Sep 17 00:00:00 2001
From: Guruprasad Aphale
Date: Wed, 19 May 2010 15:43:35 -0400
Subject: Corrected the scons example and also included improved C-EDF into
changelog.
---
index.html | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/index.html b/index.html
index f9e187f..1b81100 100644
--- a/index.html
+++ b/index.html
@@ -304,6 +304,11 @@ Technology and Applications Symposium, pp. 342-353, April 2008.
Changed codebase from Linux 2.6.24 to Linux 2.6.32
+
+ Improved C-EDF plugin. C-EDF supports different cluster sizes (around L2 and L3 caches) and supports dynamic changes of cluster size (when no real-time
+tasks are present).
+
+ Synchronization of plugin switching
Several bugfixes.
@@ -407,20 +412,13 @@ LITMUS_KERNEL: Where to find the LITMUS^RT kernel. ( /path/to/LITMUS_KERNEL )
default: ../litmus2010
actual: ../litmus2010
-PYTHON_HEADERS: Where to find Python headers. ( /path/to/PYTHON_HEADERS )
- default: /usr/include/python2.5
- actual: /usr/include/python2.5
-
ARCH: Target architecture. (x86_64|sparc64|x86|i686)
default: x86_64
actual: x86_64
-WSS: Working set size for pm analysis
- default: 3072
- actual: 3072
-
Use scons -H for help about command-line options.
-
+
+
To summarize, the liblitmus can be obtained and
@@ -479,6 +477,11 @@ scons
You can use the tool showsched (part of liblitmus) to display
the name of the currently active policy.
+ Configuring improved Clustered-EDF(C-EDF)
+
+ Clustered-EDF scheduling plugin can create clusters based on sharing of L2 or L3 cache. The plugin reads the cache level parameter from the file /proc/litmus/cluster_cache. It maps processors sharing cache at the specified level in one cluster.
+
+
Changing the Active Policy
You can use the tool setsched (part of liblitmus)
--
cgit v1.2.2