summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_case1.scen
blob: 563fcb1d214ae40bd26e50fb4b88142330df402f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
#  
#
rtems_init 4
task_create smp1 4 -a 0xe
task_create smp2 4 -a 0xe
task_create smp3 4 -a 0x3
task_create smp4 4 -a 0x3

# GOAL: want 0x0a010004 - 0x0a010001 as heir and executings
# GOAL:   on CPUs 0 -3 respectively
cpus

task_set_affinity smp1 0x03
# GOAL: want 0x0a010004, 0x0a010001, 0x0a010002,0x09010001
# GOAL:   as heir and executings on CPUs 0-3 respectively
cpus

task_set_affinity smp2 0x03
# GOAL: want 0x0a010004, 0x0a010002, 0x00910002,0x09010001
# GOAL:   as heir and executings on CPUs 0-3 respectively
cpus

task_set_affinity smp3 0x0e
# GOAL: want 0x0a010004, 0x0a010002, 0x09010002,0x0a010003
# GOAL:   as heir and executings on CPUs 0-3 respectively
cpus

task_set_affinity smp4 0x0e
# GOAL: want 0x0a010004, 0x0a010002, 0x0a010004,0x0a010003
# GOAL:   as heir and executings on CPUs 0-3 respectively
cpus