]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release dapl-2.0.42.2-1
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 16 Jun 2014 21:37:41 +0000 (14:37 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 16 Jun 2014 21:37:41 +0000 (14:37 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
dapl.spec.in

index 3b1f76862619284a7b4f7d3c994e5550b23b30c4..9d7607e95ab04f22bade143755f1ede83e800667 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+commit 80b76a3501add7905c3381aa60b1738c572b893f
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 09:36:23 2014 -0700
+
+    mcm: alltoall hangs on scale with MXS,MSS,HST intranode configurations
+    
+    HST based MCM provider can drop consumer (MPI) request events
+    if consumer uses shared CQ's across a HST->MSS and HST->MXS
+    connections and the CQ events is process in the PI progress
+    thread.
+    
+    Change the mcm_rcv_pi_event function to mcm_dto_event and add
+    support to process both direct (HST->MSS or HST) RW,RW_imm,SND
+    requests (HST->MSS or HST) and proxy-in RW_imm requests (HST->MXS).
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 139687b8d3bacf09490907df58f2a366c4acbb22
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 09:36:15 2014 -0700
+
+    mpxyd: GUID matches with MXS->HST inside platform, make random without MPXYD_LOCAL_SUPPORT
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 591f30671ef8425bdf7d69b842317404eb9f941b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 09:33:16 2014 -0700
+
+    mpxyd: change readfrom/writeto to RMA_USECPU for IO <256 bytes
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 6312c4a8d80f086491be4b7f65120f1431b7a6cb
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 09:31:27 2014 -0700
+
+    mcm: improve logging for scale-up debug
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 308575bc28053c59a97c4f3361797e2eed34a6e0
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 09:30:37 2014 -0700
+
+    set default rr_signal rate to 1 from 10
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit b79bd5432699b9f1824024275237490a43533c1a
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu May 22 15:28:23 2014 -0700
+
+    Release dapl-2.0.42.1-1
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit a507b6da8bfce6310264eca76efa34b3be7e2094
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Tue Apr 15 14:48:54 2014 -0700
index cafdcb61271c9cb3be67d239d82275324a4f7933..8b815c80fffcdcb83573dad39fb65a98ec712146 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.0.42.1, linux-rdma@vger.kernel.org)
+AC_INIT(dapl, 2.0.42.2, 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.0.42.1)
+AM_INIT_AUTOMAKE(dapl, 2.0.42.2)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_PROG_LIBTOOL
index 584883d00861c2050fb4dfce1673850495959005..65dba65e42f378c035f0a6c27e089ae299a7cfa2 100644 (file)
@@ -40,7 +40,7 @@
 %define debug_package %{nil}
 
 Name: dapl
-Version: 2.0.42.1
+Version: 2.0.42.2
 Release: 1%{?dist}
 Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA 
 
@@ -156,6 +156,12 @@ fi
 mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf
 
 %changelog
+* Mon Jun 16 2014 Arlin Davis <ardavis@intel.com> - 2.0.42.2
+- DAT/DAPL Version 2.0.42.2 Release 1, OFED 3.5-2-MIC, Intel MPSS 3.3
+
+* Thu May 22 2014 Arlin Davis <ardavis@intel.com> - 2.0.42.1
+- DAT/DAPL Version 2.0.42.1 Release 1, OFED 3.5-2-MIC, Intel MPSS 3.3
+
 * Thu May 1 2014 Arlin Davis <ardavis@intel.com> - 2.0.41.2
 - DAT/DAPL Version 2.0.41.2 Release 1, OFED 3.5-1-MIC, Intel MPSS 3.3