From 5725297331e5be9e756269fa23376c02b68f7700 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Thu, 20 May 2010 10:07:47 -0400 Subject: clarify C-EDF cluster size selection --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 502576c..fca54c9 100644 --- a/index.html +++ b/index.html @@ -338,7 +338,7 @@ Technology and Applications Symposium, pp. 342-353, April 2008.
  • - Improved C-EDF plugin. C-EDF now supports different cluster sizes (based on L2 and L3 cache sharing) and supports dynamic changes of cluster size (while the C-EDF plugin is not active). + Improved C-EDF plugin. C-EDF now supports different cluster sizes (based on L2 and L3 cache sharing) and supports dynamic changes of cluster size (this requires reloading the plugin).
  • @@ -536,7 +536,7 @@ scons

    Selecting the C-EDF Cluster Size

    - The C-EDF plugin can create clusters based on the sharing of L2 or L3 caches. When the plugin is activated (see above), it configures clusters based on the value last written to /proc/litmus/cluster_cache (either "L2" or "L3"). Note that the desired level of shared caches must be written prior to activating C-EDF; changing cluster size while C-EDF is active is not supported. + The C-EDF plugin can create clusters based on the sharing of L2 or L3 caches. When the plugin is activated (see above), it configures clusters based on the value last written to /proc/litmus/cluster_cache (either "L2" or "L3"). Note that the C-EDF must be reloaded (for example by switching to the Linux plugin and back to C-EDF) to enact a change to the desired cluster size; changing the cluster size while C-EDF is active is not supported.

    Writing Real-Time Tasks

    -- cgit v1.2.2