[ofa-general] [PATCH 1/3][v1.2] dtest: reduce default IOV's during dat_ep_create for iWARP devices

Arlin Davis arlin.r.davis at intel.com
Fri Oct 3 11:04:01 PDT 2008


Patch set to fix some minor issues found at the OFA interop event. 

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 a93f878..0255a90 100755
--- a/test/dtest/dtest.c
+++ b/test/dtest/dtest.c
@@ -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;
-- 
1.5.2.5






More information about the general mailing list