mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Added priorities to yield testing scenario.
This commit is contained in:
@@ -11,7 +11,7 @@ create_boot_directory
|
|||||||
|
|
||||||
set config {
|
set config {
|
||||||
<config>
|
<config>
|
||||||
<affinity-space width="64" height="1"/>
|
<!--<affinity-space width="64" height="1"/>-->
|
||||||
<parent-provides>
|
<parent-provides>
|
||||||
<service name="LOG"/>
|
<service name="LOG"/>
|
||||||
<service name="PD"/>
|
<service name="PD"/>
|
||||||
@@ -39,8 +39,8 @@ set config {
|
|||||||
</start>
|
</start>
|
||||||
<start name="hoitaja" caps="62000">
|
<start name="hoitaja" caps="62000">
|
||||||
<resource name="RAM" quantum="250G"/>
|
<resource name="RAM" quantum="250G"/>
|
||||||
<affinity xpos="0" ypos="0" width="64" height="1"/>
|
<!--<affinity xpos="0" ypos="0" width="64" height="1"/>-->
|
||||||
<config>
|
<config prio_levels="32">
|
||||||
<affinity-space width="64" height="1"/>
|
<affinity-space width="64" height="1"/>
|
||||||
<parent-provides>
|
<parent-provides>
|
||||||
<service name="LOG"/>
|
<service name="LOG"/>
|
||||||
@@ -71,6 +71,26 @@ set config {
|
|||||||
<any-service><parent/><any-child/></any-service>
|
<any-service><parent/><any-child/></any-service>
|
||||||
</route>
|
</route>
|
||||||
</start>
|
</start>
|
||||||
|
<start name="child" priority="-2">
|
||||||
|
<affinity xpos="2" ypos="0" width="1" height="1"/>
|
||||||
|
<binary name="benchmark_resource_yield"/>
|
||||||
|
<resource name="RAM" quantum="64M"/>
|
||||||
|
<config child="false">
|
||||||
|
</config>
|
||||||
|
<route>
|
||||||
|
<any-service><parent/><any-child/></any-service>
|
||||||
|
</route>
|
||||||
|
</start>
|
||||||
|
<start name="child2" priority="-2">
|
||||||
|
<affinity xpos="2" ypos="0" width="1" height="1"/>
|
||||||
|
<binary name="benchmark_resource_yield"/>
|
||||||
|
<resource name="RAM" quantum="64M"/>
|
||||||
|
<config child="false">
|
||||||
|
</config>
|
||||||
|
<route>
|
||||||
|
<any-service><parent/><any-child/></any-service>
|
||||||
|
</route>
|
||||||
|
</start>
|
||||||
</config>
|
</config>
|
||||||
<route>
|
<route>
|
||||||
<service name="Timer"> <child name="timer"/> </service>
|
<service name="Timer"> <child name="timer"/> </service>
|
||||||
|
|||||||
Reference in New Issue
Block a user