]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.0.39
authorArlin Davis <arlin.r.davis@intel.com>
Thu, 3 Oct 2013 23:05:06 +0000 (16:05 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 3 Oct 2013 23:05:06 +0000 (16:05 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
dapl.spec.in

index c86adb5678c05a05e3d1f9d2570a153ccca32b9d..65135dc49d4e66804423221209c5d05a6b799248 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+commit d398aef3c8bbd4fbadb113a5d8e324153e555cea
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu Oct 3 15:21:08 2013 -0700
+
+    dapltest: fix endian swap issue with performance test
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 53534445d649812061b1849b1a77a3499ba0cdd0
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Oct 1 15:40:17 2013 -0700
+
+    SCM: getifaddrs modfications for better out of the box experience
+    
+    socket cm will now walk list of interfaces and ignore loopback
+    and ignore IB devices, unless the IB netdev is the only device.
+    Works better in a heterogenous environment with a mix of net device.
+    Tested with br0, mic0, and mic0:ib netdev mixes.
+    Overriding with DAPL_SCM_NETDEV still works as is.
+    
+    Signed-off-by: Patrick Mccormick <patrick.m.mccormick@intel.com>
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 3315b8148ba52da67e422cf9afe6fa35d2161885
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Oct 1 14:03:51 2013 -0700
+
+    ucm, scm: UD mode triggers list_head assert with large scale alltoall test
+    
+    1024+ ranks, IMB alltoall may hit assert when running Intel MPI in UD mode.
+    
+    CR clean up was implemented with EP to CR references still linked.
+    During cr_accept, the CR remote_ia_address is linked to EP object
+    by mistake with UD mode. UD mode my have multiple CRs per EP so
+    no direct mappings to CR memory can exist unless RC mode which
+    always has one EP to CR mapping.
+    
+    In scm, ucm: for CM object free with CR references the search and
+    unlinking from SP must be under SP lock to serialize. Also,
+    cleanup thread wakeup logic to only trigger the thread if
+    reference count indicates the need for more processing.
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 40bf5a11b3c8b9767fee95fdbb544c5ddb05777f
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jul 22 12:37:21 2013 -0700
+
+    Release 2.0.38
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit 54d5fb2180f6f27141455d5252d26f40fd04d28f
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Tue Jul 16 16:12:37 2013 -0700
index daaf16790752aa531223c699d661b2307014ee96..db84879c45a444a95346a3cd4cb10c7b576adea7 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(dapl, 2.0.38, linux-rdma@vger.kernel.org)
+AC_INIT(dapl, 2.0.39, linux-rdma@vger.kernel.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dapl, 2.0.38)
+AM_INIT_AUTOMAKE(dapl, 2.0.39)
 
 AM_PROG_LIBTOOL
 
index af44d63623c47465c1bae8ee76a845278cff09c3..5ed0ee03888bb07cedd4e7ae1fe87fd530393b14 100644 (file)
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
 %{_mandir}/man5/*.5*
 
 %changelog
+* Thu Oct 3 2013 Arlin Davis <ardavis@ichips.intel.com> - 2.0.39
+- DAT/DAPL Version 2.0.39 Release 1, OFED 3.5-2 
+
 * Mon Jul 22 2013 Arlin Davis <ardavis@ichips.intel.com> - 2.0.38
 - DAT/DAPL Version 2.0.38 Release 1, OFED 3.5.2