summaryrefslogtreecommitdiffstats
path: root/cf-fsi-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'cf-fsi-test.c')
-rw-r--r--cf-fsi-test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cf-fsi-test.c b/cf-fsi-test.c
index d27074e..65c240c 100644
--- a/cf-fsi-test.c
+++ b/cf-fsi-test.c
@@ -659,7 +659,9 @@ int main(int argc, char *argv[])
dump_stuff();
printf("old smode: %08x\n", val);
-#define ECHO_SEND_DELAY 2
+ /* 6 seems to be the "sweet spot" for performance */
+#define ECHO_SEND_DELAY 6
+
/* Change it to 2,2 */
val = FSI_SMODE_WSC | FSI_SMODE_ECRC
| fsi_smode_echodly(ECHO_SEND_DELAY - 1)
OpenPOWER on IntegriCloud