##// END OF EJS Templates
sync
paul -
r8:95a8d83f1d0c default
parent child
Show More
@@ -179,23 +179,22 typedef struct ring_node
179 #define TASKID_PRC2 19
179 #define TASKID_PRC2 19
180
180
181 #define TASK_PRIORITY_SPIQ 5
181 #define TASK_PRIORITY_SPIQ 5
182 #define TASK_PRIORITY_WTDG 20
182 #define TASK_PRIORITY_WTDG 10
183 #define TASK_PRIORITY_HOUS 30
183 #define TASK_PRIORITY_HOUS 20
184 #define TASK_PRIORITY_AVF0 25
185 #define TASK_PRIORITY_AVF1 30
186 #define TASK_PRIORITY_AVF2 33
184 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
187 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
185 #define TASK_PRIORITY_CWF2 35 //
188 #define TASK_PRIORITY_CWF2 35 //
186 #define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
189 #define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
187 #define TASK_PRIORITY_WFRM 40
190 #define TASK_PRIORITY_WFRM 40
188 #define TASK_PRIORITY_AVF0 41
191 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
189 #define TASK_PRIORITY_AVF1 42
190 #define TASK_PRIORITY_SEND 45
191 #define TASK_PRIORITY_RECV 45
192 #define TASK_PRIORITY_ACTN 50
192 #define TASK_PRIORITY_ACTN 50
193 // The following tasks use the SEND mesage queue
193 #define TASK_PRIORITY_PRC2 90
194 #define TASK_PRIORITY_PRC0 100
194 #define TASK_PRIORITY_PRC0 100
195 #define TASK_PRIORITY_PRC1 100
195 #define TASK_PRIORITY_PRC1 105
196 #define TASK_PRIORITY_PRC2 100
196 #define TASK_PRIORITY_RECV 120
197 #define TASK_PRIORITY_AVF2 105
197 #define TASK_PRIORITY_SEND 130
198 #define TASK_PRIORITY_CWF3 120 // there is a printf in this function, be careful with its priority wrt CWF1
199 #define TASK_PRIORITY_STAT 200
198 #define TASK_PRIORITY_STAT 200
200 #define TASK_PRIORITY_DUMB 200
199 #define TASK_PRIORITY_DUMB 200
201
200
@@ -20,7 +20,6
20 #define NB_RING_NODES_ASM_F1 3 // AT LEAST 3
20 #define NB_RING_NODES_ASM_F1 3 // AT LEAST 3
21 // F2
21 // F2
22 #define NB_RING_NODES_SM_F2 5 // AT LEAST 3
22 #define NB_RING_NODES_SM_F2 5 // AT LEAST 3
23 #define NB_RING_NODES_ASM_BURST_SBM_F2 3 // AT LEAST 3
24 #define NB_RING_NODES_ASM_NORM_F2 3 // AT LEAST 3
23 #define NB_RING_NODES_ASM_NORM_F2 3 // AT LEAST 3
25 #define NB_RING_NODES_ASM_F2 3 // AT LEAST 3
24 #define NB_RING_NODES_ASM_F2 3 // AT LEAST 3
26 //
25 //
General Comments 0
You need to be logged in to leave comments. Login now