]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release intel-mic-ofed-dapl-2.0.36.5-1
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 6 Feb 2013 20:33:50 +0000 (12:33 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 6 Feb 2013 20:33:50 +0000 (12:33 -0800)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
intel-mic-ofed-dapl.spec.in

index 12df6731d55c42d22e696a1b9b79e688ed0eabc5..72fff309e8e45fefc571ad80f4245bec7cca3a1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+commit 883e9cb50b0c0a463444a2e895f92c2992083ae2
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Feb 6 11:49:29 2013 -0800
+
+    install: problem with rpm update when updating from 2.0.34 or older
+    
+    The postun will remove entries on older packages that incorrectly
+    add and remove entries instead of updating the file. When updating
+    from these older version we end up with an empty /etc/dat.conf.
+    
+    In order to fix we have to save the dat.conf and restore during
+    the upgrade process with the triggerpostun
+    
+    %triggerpostun -- dapl < 2.0.35-1
+
+commit 25521bfa64a778f8f693554d50845686619373f1
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Feb 6 11:33:21 2013 -0800
+
+    dtest: incorrectly setting completions on each rdma write
+    
+    Fix setting of completion flags based on signal rates.
+    Change default burst to 100 from 50
+    Add size of IO to final bandwidth results
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit d58ebbdf10b9b115a66fd2951a6f0cfc2df33e9d
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Feb 6 11:29:20 2013 -0800
+
+    mcm: fix query of mcm provider to indicate no rdma read support
+    
+    Set the rdma_in, rdma_out attributes to 0 to indicate NO RDMA READ
+    support when running on a MIC with CCL Proxy
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit c107ff925a0897ac2061be3a2bf42c3531ac469a
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Feb 4 10:14:27 2013 -0800
+
+    REAME.mcm: update to include non-root execution instructions
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit d452c3780f4a68d27e46611fb31f2a96197ee2f0
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 17:33:17 2013 -0800
+
+    mpxyd: cm scaling bug fixes and profiling
+    
+    New CM thread to help with CM scale out. Testing with dtestcm
+    with 1000's of connections. MPI testing up to 60ppn on KNC nodes.
+    
+    Add new disc timers and disconnect logging for debug.
+    Add cleanup for IB device during service termination.
+    Add profiling of device and CM operations to help debug scaling issues
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit a6bb2f6dacda926acf87838974973d66c1a91ec4
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 17:07:29 2013 -0800
+
+    README: update package and mcm readme files
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 0a29fc619d3021e5dddd064f38262b7dcad1607b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 16:54:58 2013 -0800
+
+    dtestcm: add more detailed debug during disconnect phase
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 36414af792b4f1615fcaee6d243678d64e8aa171
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 16:53:27 2013 -0800
+
+    common: add debug logging to dat_lmr_create
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit f3e42667f8be8fb1922692eb3602044ae47ad32a
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 16:49:57 2013 -0800
+
+    common: add ia stats logging and logging bit
+    
+    added new DAPL_DBG_TYPE level of 0x2000000
+    that will print IA stats (non-zero) during dat_ia_close
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 2b1633df71b5dcfd89660febfd5a4d737608c751
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Feb 1 16:48:23 2013 -0800
+
+    scif: add scif ucm provider entry in dat.conf
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit a849035fcd6867e39514372417a3fc7af3b37b3e
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jan 21 14:56:44 2013 -0800
+
+    Release intel-mic-ofed-dapl-2.0.36.4-1
+
 commit da1d8edaeee475a82157e42b52060a31f54f49d7
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Mon Jan 21 14:55:17 2013 -0800
index 4f4f2753b02f9e07f4c1db5087b70d8b6ad95620..852bdb1e91a5a3991f934fee59436bc81e19aae3 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(intel-mic-ofed-dapl, 2.0.36.4, linux-rdma@vger.kernel.org)
+AC_INIT(intel-mic-ofed-dapl, 2.0.36.5, 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(intel-mic-ofed-dapl, 2.0.36.4)
+AM_INIT_AUTOMAKE(intel-mic-ofed-dapl, 2.0.36.5)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 
index 38ca01b9e1b0951880c0c17b4ed057d6e412f308..a9e0bf69acb73cf231f3e9bf68f94c2604624389 100644 (file)
@@ -39,7 +39,7 @@
 %define debug_package %{nil}
 
 Name: intel-mic-ofed-dapl
-Version: 2.0.36.4
+Version: 2.0.36.5
 Release: 1%{?dist}
 Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA 
 
@@ -155,6 +155,9 @@ fi
 mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf
 
 %changelog
+* Tue Feb 6 2013 Arlin Davis <ardavis@ichips.intel.com> - 2.0.36.5
+- DAT/DAPL Version 2.0.36.5 Release 1, OFED 3.5, Intel MPSS Gold Update
+
 * Thu Dec 6 2012 Arlin Davis <ardavis@ichips.intel.com> - 2.0.36.2
 - DAT/DAPL Version 2.0.36.2 Release 1, OFED 3.5, Intel MPSS 2.1