From fd78b1bbb9a3f497f3029776418f428806580507 Mon Sep 17 00:00:00 2001 From: stansmith Date: Tue, 26 Jun 2007 23:14:19 +0000 Subject: [PATCH] [DAPL] IB_RDMA_DEFAULT reduced from 8 --> 4 git-svn-id: svn://openib.tc.cornell.edu/gen1@716 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/dapl/dapl/common/dapl_ep_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ulp/dapl/dapl/common/dapl_ep_util.c b/trunk/ulp/dapl/dapl/common/dapl_ep_util.c index 77bfcc4f..0ef2ff50 100644 --- a/trunk/ulp/dapl/dapl/common/dapl_ep_util.c +++ b/trunk/ulp/dapl/dapl/common/dapl_ep_util.c @@ -46,6 +46,7 @@ * Default number of I/O operations on an end point */ #define IB_IO_DEFAULT 16 + /* * Default number of scatter/gather entries available to a single * post send/recv @@ -55,7 +56,7 @@ /* * Default number of RDMA operations in progress at a time */ -#define IB_RDMA_DEFAULT 8 +#define IB_RDMA_DEFAULT 4 extern void dapli_ep_default_attrs ( IN DAPL_EP *ep_ptr ); -- 2.41.0