diff options
-rw-r--r-- | index.html | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -304,6 +304,11 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008. | |||
304 | <li> | 304 | <li> |
305 | Changed codebase from Linux 2.6.24 to Linux 2.6.32 | 305 | Changed codebase from Linux 2.6.24 to Linux 2.6.32 |
306 | </li> | 306 | </li> |
307 | <li> | ||
308 | 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 | ||
309 | tasks are present). | ||
310 | </li> | ||
311 | <li> Synchronization of plugin switching </li> | ||
307 | <li>Several bugfixes.</li> | 312 | <li>Several bugfixes.</li> |
308 | </div> | 313 | </div> |
309 | 314 | ||
@@ -407,20 +412,13 @@ LITMUS_KERNEL: Where to find the LITMUS^RT kernel. ( /path/to/LITMUS_KERNEL ) | |||
407 | default: ../litmus2010 | 412 | default: ../litmus2010 |
408 | actual: ../litmus2010 | 413 | actual: ../litmus2010 |
409 | 414 | ||
410 | PYTHON_HEADERS: Where to find Python headers. ( /path/to/PYTHON_HEADERS ) | ||
411 | default: /usr/include/python2.5 | ||
412 | actual: /usr/include/python2.5 | ||
413 | |||
414 | ARCH: Target architecture. (x86_64|sparc64|x86|i686) | 415 | ARCH: Target architecture. (x86_64|sparc64|x86|i686) |
415 | default: x86_64 | 416 | default: x86_64 |
416 | actual: x86_64 | 417 | actual: x86_64 |
417 | 418 | ||
418 | WSS: Working set size for pm analysis | ||
419 | default: 3072 | ||
420 | actual: 3072 | ||
421 | |||
422 | Use scons -H for help about command-line options. | 419 | Use scons -H for help about command-line options. |
423 | </pre> | 420 | |
421 | </pre> | ||
424 | </p> | 422 | </p> |
425 | <p class="notopmargin"> | 423 | <p class="notopmargin"> |
426 | To summarize, the <span class="src"> liblitmus </span> can be obtained and | 424 | To summarize, the <span class="src"> liblitmus </span> can be obtained and |
@@ -479,6 +477,11 @@ scons | |||
479 | You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display | 477 | You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display |
480 | the name of the currently active policy. | 478 | the name of the currently active policy. |
481 | </p> | 479 | </p> |
480 | <h4> Configuring improved Clustered-EDF(C-EDF)</h4> | ||
481 | <p> | ||
482 | 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 <span class="src"> /proc/litmus/cluster_cache</span>. It maps processors sharing cache at the specified level in one cluster. | ||
483 | </li> | ||
484 | </p> | ||
482 | <h3>Changing the Active Policy</h3> | 485 | <h3>Changing the Active Policy</h3> |
483 | <p class="qa"> | 486 | <p class="qa"> |
484 | You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>) | 487 | You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>) |