]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.1.9-2 dapl-2.1.9-2
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 4 May 2016 01:10:20 +0000 (18:10 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 4 May 2016 01:10:20 +0000 (18:10 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
dapl.spec.in
doc/uDAPL_release_notes.txt

index 34693a54488e41fd11066780ec1062776880558f..dc4b68865c7e82c9a4489b5d9ad0972f7ab1257f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+commit 919ca0478d384a501d797cc37ea7ca72d59ac879
+Author: Amir Hanania <amir.hanania@intel.com>
+Date:   Tue May 3 17:43:44 2016 -0700
+
+    In case of MCM get the GID from the tp struct which was initialized in open device.
+    
+    Signed-off-by: Amir Hanania <amir.hanania@intel.com>
+
+commit 1a68be05b3de9f29cb95affe3af5455ea9c76549
+Author: Amir Hanania <amir.hanania@intel.com>
+Date:   Tue May 3 17:43:25 2016 -0700
+
+    ib_hca_handle in MFO mode is N/A and access it caused a seg fault.
+    Set MFO mode as not iwarp device.
+    
+    Signed-off-by: Amir Hanania <amir.hanania@intel.com>
+
+commit 847ee67e59abd93aa6f4b216af00c99d8d9765ec
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon May 2 15:13:27 2016 -0700
+
+    mpxyd: modify_qp uses wrong md->dev_attr with MTU changes
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 9e5429b6c6c55ea787c2bdb76b2d53afb3f6712b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Apr 29 09:30:46 2016 -0700
+
+    rpmbuild: fix specfile, don't overwrite build options
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 2d08dc4b69822b678a875a80f7cbfa770b52bd99
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Apr 29 09:22:01 2016 -0700
+
+    openib: new provider specific attribute - port GID
+    
+    The IB GID is returned with IA query, provider specific
+    option for scm, ucm, cma, and mcm openib providers.
+    Includes subnet prefix and interface ID.
+    
+    DAT_IB_GID = fe80:0000:0000:0000:0002:c903:0032:2f31
+    
+    dtest -v can be used for testing example.
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 92d1bc4bf3089595012c11fa42d3da124490b4a0
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu Apr 14 18:46:12 2016 -0700
+
+    Release 2.1.9
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit 6b48f0e17bd062f5bcfb1cc1ba6197e03987651b
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Tue Apr 12 13:58:34 2016 -0700
index 3f3b071f029270180e687c9e291be1ead1c0da22..f3a6ff2bede8cfbbd54ab570d7b0a69bb8868f2a 100644 (file)
@@ -34,7 +34,7 @@
 
 Name: dapl
 Version: @VERSION@
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA 
 
 Group: System Environment/Libraries
index 4b53f8d673e7fb9ed5c64d4b6706361ccf577e4f..98724649ab550cbf1b226f31e146c3580c443858 100755 (executable)
@@ -1,6 +1,6 @@
                      README/Release Notes 
-                 OFED 3.18-2 DAPL Release 2.1.8
-                         Feb 2016
+                 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 
@@ -16,7 +16,9 @@
        =================
        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
         
        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)