Commit 7b42b83d3fa689e25d246484afcfab9651e4a80c

Con Kolivas 2013-06-19T11:38:45

Drop watermark low limits for bflsc.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/driver-bflsc.c b/driver-bflsc.c
index 9d2f28f..d3e94d1 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -343,14 +343,14 @@ struct SaveString {
 #define BFLSC_QUE_SIZE_V1 20
 #define BFLSC_QUE_FULL_ENOUGH_V1 13
 #define BFLSC_QUE_WATERMARK_V1 6
-#define BFLSC_QUE_LOW_V1 3
+#define BFLSC_QUE_LOW_V1 2
 
 // TODO: use 5 batch jobs
 // TODO: base these numbers on the chip count?
 #define BFLSC_QUE_SIZE_V2 40
 #define BFLSC_QUE_FULL_ENOUGH_V2 36
 #define BFLSC_QUE_WATERMARK_V2 32
-#define BFLSC_QUE_LOW_V2 16
+#define BFLSC_QUE_LOW_V2 8
 
 // Must drop this far below cutoff before resuming work
 #define BFLSC_TEMP_RECOVER 5