]> git.openfabrics.org - ~ardavis/ofed_docs/.git/commitdiff
Updated uDAPL release notes
authorDavis, Arlin R <arlin.r.davis@intel.com>
Sun, 26 Jun 2016 15:15:25 +0000 (18:15 +0300)
committerVladimir Sokolovsky <vlad@mellanox.com>
Sun, 26 Jun 2016 15:17:28 +0000 (18:17 +0300)
Signed-off-by: Davis, Arlin R <arlin.r.davis@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
release_notes/uDAPL_release_notes.txt

index 7d065c2eb7edd384babf96b7aee4ccb81a9c5994..20eeea2811a395b5bd48d88ca3ded792811fd610 100644 (file)
@@ -1,12 +1,12 @@
-                  README/Release Notes 
-                 OFED 3.18 DAPL Release 2.1.7
-                         Sept 2015
+                  README/Release Notes
+           OFED 3.18-2 DAPL Release 2.1.9-2
+                             April 2016
 
        User space libraries/utilities for Direct Access Transport (DAT) v2.0. DAT is 
        a transport-independent, platform-independent Application Programming 
        Interface that supports RDMA (remote direct memory access) devices. 
        Note: v1.2 is no longer supported and will not be included with OFED releases
-       
+
        MIC support is provided with the new MCM provider and MPXYD service, since dapl-2.1.0. 
         MCM requires the Intel(R) MPSS 3.x (YOCTO) release for Linux to be installed on your system. 
         MPSS 3.x for Linux can be downloaded from: http://software.intel.com/mic-developer
        =================
        1.0 Release Notes
        =================
+       dapl-2.1.9-2 changes include bug fixes, MFO fixes, GID query attributes
+       dapl-2.1.9-1 changes include dtestcm improvement, bug fixes for MIC, Fix SCM interop issue with MTU     
+
+       dapl-2.1.8 changes include dtest improvement, adding Intel OPA support, and MTU negotiation
+       - Add dtest -D option for data check/validation via pingpong test
+       - Add dtest -q option for open/query only option
+       - Add support for new hfi (Intel OPA) driver, all providers
+               CCL Proxy can support hfi in MFO mode via mcm provider
+       - Active MTU is now set as default QP MTU, CM mechanism added to negotiate
+               and fallback to smaller size of endpoints. Is backward compatible with
+               older providers running defaults of 2K and can be adjusted with
+               pre-existing DAPL_IB_MTU environment setting.
+       - Bug fixes, including CCL Data corruption (scif_writeto ordering requirements).
+       - Provide new test/dtest/dtest_suite.sh script for automated host to mic test/validation.       
        
        dapl-2.1.7 changes include dtest improvement and CCL Proxy P2P inline support:
        
         
        Settings for larger clusters (512+ cores):
 
-       setenv DAPL_UCM_REP_TIME 2000   /* REQUEST timer, waiting for REPLY in millisecs */
-       setenv DAPL_UCM_RTU_TIME 2000   /* REPLY timer, waiting for RTU in millisecs */
+       setenv DAPL_UCM_REP_TIME 10000   /* REQUEST timer, waiting for REPLY in millisecs */
+       setenv DAPL_UCM_RTU_TIME 10000   /* REPLY timer, waiting for RTU in millisecs */
        setenv DAPL_UCM_CQ_SIZE  2000   /* CM completion queue */
        setenv DAPL_UCM_QP_SIZE  2000   /* CM message queue */
        setenv DAPL_UCM_RETRY 7         /* REQUEST and REPLY retries */
        
        Note: example for user /home/user1, (assumes /home/user1 is exported) and MLX4 adapter, port 1
 
-       Download latest 2.1.x package: http://www.openfabrics.org/downloads/dapl/dapl-2.1.6.tar.gz
+       Download latest 2.1.x package: http://www.openfabrics.org/downloads/dapl/dapl-2.1.x.tar.gz
 
        untar in /home/user1 
-       cd /home/user1/dapl-2.1.6
+       cd /home/user1/dapl-2.1.x
        ./configure LDFLAGS=-L/usr/lib64 CPPFLAGS="-I/usr/include" 
        make 
 
        Create /home/user1/dat.conf with following 3 lines. (entries with path to new libraries):
 
-         ofa-v2-mlx4_0-1u u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaploucm.so.2 dapl.2.0 "mlx4_0 1" ""
-         ofa-v2-mlx4_0-1m u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaplomcm.so.2 dapl.2.0 "mlx4_0 1" ""
-         ofa-v2-mlx4_0-1 u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaploscm.so.2 dapl.2.0 "mlx4_0 1" ""
-         ofa-v2-ib0 u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaplcma.so.1 dapl.2.0 "ib0 0" ""
+         ofa-v2-mlx4_0-1u u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaploucm.so.2 dapl.2.0 "mlx4_0 1" ""
+         ofa-v2-mlx4_0-1m u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaplomcm.so.2 dapl.2.0 "mlx4_0 1" ""
+         ofa-v2-mlx4_0-1 u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaploscm.so.2 dapl.2.0 "mlx4_0 1" ""
+         ofa-v2-ib0 u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaplcma.so.1 dapl.2.0 "ib0 0" ""
 
        Run uDAPL application or Intel MPI that uses uDAPL, with (assuming mlx4_0 adapters) following:
 
        host side libraries and daemon service. The MIC libraries must be built and moved over to MIC adapter. This verion
        is currently included with MPSS and all libraries and services will be installed by default.
 
-       Current release package: dapl-2.1.6.tar.gz 
+       Current release package: dapl-2.1.9.tar.gz
 
        * Sample host build from source package (ofed must be installed)
 
 
        * Sample host rpmbuild/update from release tarball, /root:
 
-       rpmbuild -ta dapl-2.1.6.tar.gz
+       rpmbuild -ta dapl-2.1.9.tar.gz
        rpm -U /root/rpmbuild/RPMS/x86_64/dapl*
 
        * Sample MIC build from source package for MPSS 3.x (MPSS must be installed)