summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-10-12 02:26:34 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-12 01:39:45 -0700
commit15c9f6789fe41afdda12052c9ce6d538e0c2f5e6 (patch)
treee65dfab068f05bfc5aa8c10a5b39fe9097184de1 /rpc
parented4975b13db3220d461b8ea2a764efd6572e156a (diff)
rpc-transport/rdma: by default use infiniband port 1
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 513 (Introduce 0 copy rdma) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=513
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc-transport/rdma/src/rdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c
index cd8840d7a3c..0478fd515b0 100644
--- a/rpc/rpc-transport/rdma/src/rdma.c
+++ b/rpc/rpc-transport/rdma/src/rdma.c
@@ -3565,7 +3565,7 @@ rdma_options_init (rpc_transport_t *this)
if (temp)
options->recv_count = data_to_int32 (temp);
- options->port = 0;
+ options->port = 1;
temp = dict_get (this->options,
"transport.rdma.port");
if (temp)