[ofa-general] [PATCH 2/4][v2.0] dtest: reduce default IOV's during	dat_ep_create for iWARP devices
    Arlin Davis 
    arlin.r.davis at intel.com
       
    Fri Oct  3 11:09:06 PDT 2008
    
    
  
iWarp adapters tend to have less IOV resources then IB adapters.
Signed-off-by: Arlin Davis <ardavis at ichips.intel.com>
---
 test/dtest/dtest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/dtest/dtest.c b/test/dtest/dtest.c
index 55f325b..37edd6c 100755
--- a/test/dtest/dtest.c
+++ b/test/dtest/dtest.c
@@ -156,7 +156,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;
-- 
1.5.2.5
    
    
More information about the general
mailing list