]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.1.8
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 17 Feb 2016 23:35:30 +0000 (15:35 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 17 Feb 2016 23:35:30 +0000 (15:35 -0800)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
dapl.spec.in
doc/uDAPL_release_notes.txt

index 2aa783e796c71ca58d81e77d254572236d15ca26..f59ee5606984103e14bac6993191fc503c2d03b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+commit 58d757c07c8a3fcf81bdd0529f633bdc5251a06c
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Feb 16 13:12:16 2016 -0800
+
+    mpxyd: fix segfault in proxy_out debug logging
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit b6a33ad0afe846749287f1636fa352e7609256e2
+Author: Amir Hanania <amir.hanania@intel.com>
+Date:   Tue Feb 16 13:04:56 2016 -0800
+
+    mpxyd: fix debug memory buffer log function
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit dc4e874b9ff65533100c4797cabf29980a0b0bbe
+Author: Amir Hanania <amir.hanania@intel.com>
+Date:   Tue Feb 16 12:53:53 2016 -0800
+
+    dtest: -D option is not valid with scif providers
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit d1b5d4836ad6e89f5ec739596dea502953a0bdcf
 Author: Amir Hanania <amir.hanania@intel.com>
 Date:   Tue Feb 16 12:47:04 2016 -0800
index 5fbbfe1ca84bbd1e92fcc5cbda2540f2f6472123..56c99e560dce9eee4a1180c4ec548950d00b48ab 100644 (file)
@@ -1,12 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(dapl, 2.1.7, linux-rdma@vger.kernel.org)
+AC_INIT(dapl, 2.1.8, linux-rdma@vger.kernel.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dapl, 2.1.7)
+AM_INIT_AUTOMAKE(dapl, 2.1.8)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_PROG_LIBTOOL
index 2f1647785819aec4c3d4754407646cc6fee0f355..fbec001078144654e15a89cf5635e51208a39ddc 100644 (file)
@@ -153,6 +153,9 @@ fi
 mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf
 
 %changelog
+* Tue Feb 16 2016 Arlin Davis <ardavis@ichips.intel.com> - 2.1.8
+- DAT/DAPL Version 2.1.8 Release 1, OFED 3.18-2, MPSS 3.7 
+
 * Tue Sep 29 2015 Arlin Davis <ardavis@ichips.intel.com> - 2.1.7
 - DAT/DAPL Version 2.1.7 Release 1, OFED 3.18-1 GA
 
index 35f5581da4037a0fd28463446ca749c3b686ee9f..4b53f8d673e7fb9ed5c64d4b6706361ccf577e4f 100755 (executable)
@@ -1,6 +1,6 @@
                      README/Release Notes 
-                 OFED 3.18 DAPL Release 2.1.7
-                         Sept 2015
+                 OFED 3.18-2 DAPL Release 2.1.8
+                         Feb 2016
 
        User space libraries/utilities for Direct Access Transport (DAT) v2.0. DAT is 
        a transport-independent, platform-independent Application Programming 
        1.0 Release Notes
        =================
        
+       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:
        
        - Add dtest -W option for rdma write pinpong test,