From: Vladimir Sokolovsky Date: Tue, 17 Oct 2006 13:03:14 +0000 (+0000) Subject: r9849: Applied patch that removes SCM from the configuration. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6ea98078e730f81b5f7c4f1ccbed2cc2f4cff5bc;p=~ardavis%2Fdapl.git r9849: Applied patch that removes SCM from the configuration. --- diff --git a/doc/dat.conf b/doc/dat.conf index 21fafc0..19f4521 100644 --- a/doc/dat.conf +++ b/doc/dat.conf @@ -6,19 +6,10 @@ # \ # # -# Example for openib_cma and openib_scm -# -# For cma version you specify as: +# For the uDAPL cma provder, specify as one of the following: # network address, network hostname, or netdev name and 0 for port # -# For scm version you specify as actual device name and port -# # Simple (OpenIB-cma) default with netdev name provided first on list # to enable use of same dat.conf version on all nodes # OpenIB-cma u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 "ib0 0" "" -OpenIB-cma-ip u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 "192.168.0.22 0" "" -OpenIB-cma-name u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 "svr1-ib0 0" "" -OpenIB-cma-netdev u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 "ib0 0" "" -OpenIB-scm1 u1.2 nonthreadsafe default /usr/lib/libdaplscm.so mv_dapl.1.2 "mthca0 1" "" -OpenIB-scm2 u1.2 nonthreadsafe default /usr/lib/libdaplscm.so mv_dapl.1.2 "mthca0 2" ""