##// END OF EJS Templates
sync
paul -
r7:a8668a356692 default
parent child
Show More
@@ -179,23 +179,23 typedef struct ring_node
179 179 #define TASKID_PRC2 19
180 180
181 181 #define TASK_PRIORITY_SPIQ 5
182 #define TASK_PRIORITY_WTDG 10
183 #define TASK_PRIORITY_SEND 15
184 #define TASK_PRIORITY_HOUS 20
185 #define TASK_PRIORITY_AVF0 25
186 #define TASK_PRIORITY_AVF1 30
187 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
188 #define TASK_PRIORITY_CWF2 35 //
189 #define TASK_PRIORITY_SWBD 37 // SWBD has a lower priority than WFRM, this is to extract the snapshot before sending it
182 #define TASK_PRIORITY_WTDG 20
183 #define TASK_PRIORITY_HOUS 30
184 #define TASK_PRIORITY_CWF1 35 // CWF1 and CWF2 are never running together
185 #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
190 187 #define TASK_PRIORITY_WFRM 40
191 #define TASK_PRIORITY_CWF3 40 // there is a printf in this function, be careful with its priority wrt CWF1
188 #define TASK_PRIORITY_AVF0 41
189 #define TASK_PRIORITY_AVF1 42
190 #define TASK_PRIORITY_SEND 45
191 #define TASK_PRIORITY_RECV 45
192 192 #define TASK_PRIORITY_ACTN 50
193 // The following tasks use the SEND mesage queue
193 194 #define TASK_PRIORITY_PRC0 100
194 195 #define TASK_PRIORITY_PRC1 100
195 #define TASK_PRIORITY_AVF2 110
196 #define TASK_PRIORITY_PRC2 110
197 #define TASK_PRIORITY_RECV 120
198 //#define TASK_PRIORITY_SEND 120
196 #define TASK_PRIORITY_PRC2 100
197 #define TASK_PRIORITY_AVF2 105
198 #define TASK_PRIORITY_CWF3 120 // there is a printf in this function, be careful with its priority wrt CWF1
199 199 #define TASK_PRIORITY_STAT 200
200 200 #define TASK_PRIORITY_DUMB 200
201 201
@@ -64,7 +64,6
64 64 #define TOTAL_SIZE_COMPRESSED_ASM_NORM_F2 300 // 12 * 25 WORDS
65 65 #define TOTAL_SIZE_COMPRESSED_ASM_SBM_F0 550 // 22 * 25 WORDS
66 66 #define TOTAL_SIZE_COMPRESSED_ASM_SBM_F1 650 // 26 * 25 WORDS
67 #define TOTAL_SIZE_COMPRESSED_ASM_SBM_F2 600 // 24 * 25 WORDS
68 67 #define TOTAL_SIZE_BP1_NORM_F0 99 // 9 * 11 UNSIGNED CHAR
69 68 #define TOTAL_SIZE_BP2_NORM_F0 330 // 30 * 11 UNSIGNED CHAR
70 69 #define TOTAL_SIZE_BP1_SBM_F0 198 // 9 * 22 UNSIGNED CHAR
General Comments 0
You need to be logged in to leave comments. Login now