From a507b6da8bfce6310264eca76efa34b3be7e2094 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Tue, 15 Apr 2014 14:48:54 -0700 Subject: [PATCH] dapltest: increase DTO evd size to prevent CQ overflow on limit_rpost test Signed-off-by: Arlin Davis --- test/dapltest/test/dapl_limit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/dapltest/test/dapl_limit.c b/test/dapltest/test/dapl_limit.c index 6b299fa..0f3c6c1 100644 --- a/test/dapltest/test/dapl_limit.c +++ b/test/dapltest/test/dapl_limit.c @@ -108,7 +108,8 @@ limit_test(DT_Tdep_Print_Head * phead, Limit_Cmd_t * cmd, Limit_Index depth) #undef DFLT_QLEN #endif -# define DFLT_QLEN 10 /* a small event queue size */ +# define DFLT_QLEN 10 /* a small CM event queue */ +# define DFLT_DTO_QLEN 1024 /* a larger DTO event queue */ # define START_COUNT 1024 /* initial # handles */ # define DFLT_BUFFSZ 4096 /* default size for buffer */ # define CONN_QUAL0 0xAffab1e @@ -456,7 +457,7 @@ limit_test(DT_Tdep_Print_Head * phead, Limit_Cmd_t * cmd, Limit_Index depth) } for (w = 0; w < cmd->width; w++) { ret = DT_Tdep_evd_create(hdl_sets[w].ia_handle, - DFLT_QLEN, + DFLT_DTO_QLEN, hdl_sets[w].cno_handle, flags, &hdl_sets[w].evd_handle); -- 2.46.0