]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
dtest: reduce default IOV's during dat_ep_create for iWARP devices
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 1 Oct 2008 15:18:04 +0000 (08:18 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 1 Oct 2008 15:18:04 +0000 (08:18 -0700)
iWarp adapters tend to have less IOV resources then IB adapters.

Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
test/dtest/dtest.c

index a93f878fe3c021f55b282a987296d66cce77cf8b..0255a903ead7f51f59ec085206648de34475b89d 100755 (executable)
@@ -94,7 +94,7 @@ static DAT_VADDR          registered_addr_recv;
 
 /* Initial msg receive buf, RMR exchange, and Rdma-write notification */
 #define MSG_BUF_COUNT     3
-#define MSG_IOV_COUNT     4
+#define MSG_IOV_COUNT     2
 static DAT_RMR_TRIPLET    rmr_recv_msg[MSG_BUF_COUNT];
 static DAT_LMR_HANDLE     h_lmr_recv_msg = DAT_HANDLE_NULL;
 static DAT_LMR_CONTEXT    lmr_context_recv_msg;