[ofw] [PATCH 2/13] DAPL v2.0: dapltest: server CR EVD is too small for multi-client configurations.

Davis, Arlin R arlin.r.davis at intel.com
Fri Jan 13 15:54:49 PST 2012


Increase default size from 8 to 32.

Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
 test/dapltest/test/dapl_server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/dapltest/test/dapl_server.c b/test/dapltest/test/dapl_server.c
index 443425c..92e0d21 100644
--- a/test/dapltest/test/dapl_server.c
+++ b/test/dapltest/test/dapl_server.c
@@ -34,7 +34,7 @@
 #undef DFLT_QLEN
 #endif
 
-#define DFLT_QLEN 8		/* default event queue length */
+#define DFLT_QLEN 32		/* default event queue length */
 
 int send_control_data(DT_Tdep_Print_Head * phead,
 		      unsigned char *buffp,
-- 
1.7.3





More information about the ofw mailing list