summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_migrate_case3.scen
blob: 9056704e25cd672560fd793eb2333b8ea2e27d84 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
#  Worst case migration triggered by a set prioriity with
#  thread affinity.
#
rtems_init 4
task_create smp1 7
task_create smp2 8
task_create smp3 5
task_create smp4 6
task_create smp5 9

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

# Tasks are created and distributed across CPUs
task_set_affinity smp5 0x02
# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
# GOAL:   on CPUs 3-0 respectively
# PRI: 6    5    8   7
cpus smp4 smp3 smp2 smp1

task_set_affinity smp3 0x03
# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
# GOAL:   on CPUs 3-0 respectively
# PRI: 6    5    8   7
cpus smp4 smp3 smp2 smp1

task_set_affinity smp4 0x09
# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
# GOAL:   on CPUs 3-0 respectively
# PRI: 6    5    8   7
cpus smp4 smp3 smp2 smp1

task_set_affinity smp1 0x0c
# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
# GOAL:   on CPUs 3-0 respectively
# PRI: 6    5    8   7
cpus smp4 smp3 smp2 smp1

task_priority smp5 4

# GOAL: want 0x0a010005, 0x0a010003, 0x0a010004, 0x0a010001
# GOAL:   to be heir AND executing on CPU 0-3 respectively
# PRI: 5    5    6   7
cpus smp3 smp5 smp1 smp4