]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.1.1 dapl-2.1.1-1
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 13 Aug 2014 18:58:49 +0000 (11:58 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 13 Aug 2014 18:58:49 +0000 (11:58 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
dapl.spec.in

index 0099fc498f5b32ca204da37da81e85b9173906af..cabd74ba139f86b0b17b7b20213d9170c855a7d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+commit 6eb73e080c87b12cf4f4ec577cfdff53472791e1
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Aug 13 11:12:29 2014 -0700
+
+    common: add provider name to log messages
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit a62f9a98b38865ff0e02f3bd30e04613c7bdd7de
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Aug 13 11:10:03 2014 -0700
+
+    mpxyd: log warning message if numa_node invalid
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 69cfea06c710a1a83af7df3bcdfc49fe43580b05
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Aug 11 13:45:12 2014 -0700
+
+    include debuginfo with build
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 8ccf314650204d609bcdaa692fedbcde505afc41
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Aug 11 10:50:05 2014 -0700
+
+    mpxyd: tx thread doesn't sleep during no pending IO state
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 86a4ff51b5da853c85dc290fe1b69725d8f18618
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Aug 11 09:49:08 2014 -0700
+
+    mpxyd: change MIC cpu_mask to per numa node instead of adapter
+    
+    The proxy processing threads for multiple cards in same socket will overlap
+    same cpu cores with existing cpumask per adapter. Change thread affinity
+    and cpumask to a per socket method.
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 4e0e6dc0ac02c651767d446a4f58eeb991fff983
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Aug 1 11:10:47 2014 -0700
+
+    mpxyd: set to MXS mode if device numa_node is invalid (-1)
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 4072fc3443418cc22e40a8e83d6660da0cb2819d
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Aug 1 10:54:14 2014 -0700
+
+    mpxyd: MXS based alltoall benchmark hangs or returns post_send timeout
+    
+    Clean-up shared proxy buffer slot management during IO completions.
+    Current code adjusts proxy buffer tail, using m_idx, incorrectly
+    if freeing multiple in order buffer slots. Also, when processing
+    immediate in-order slot, m_po_buf_tl() failed to continue parsing
+    list to free other in-order !busy slots.
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 61c12d3815f8ced11d70e97cc9c806591edde420
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu Jul 31 09:50:30 2014 -0700
+
+    mpxyd: add IO profile capabilities to help debug alltoall stall cases
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 807bb7262c4fefe6f857c06cb1ff979349abd19f
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu Jul 31 09:37:27 2014 -0700
+
+    mpxyd: retry stalled inline post_send, init m_idx only when signaled
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 776a2e359c60366683e2681365c12cf8a4fd132f
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Jul 25 08:35:31 2014 -0700
+
+    Release 2.1.0
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit a761b9b5422eb4c0872c1518fa5c58798421ca6e
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Wed Jul 23 15:32:06 2014 -0700
index c32495a848644453522b54bb40dada14f844f189..bf2013b0f8953cc43338126281600eb4ac494f11 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.0, linux-rdma@vger.kernel.org)
+AC_INIT(dapl, 2.1.1, 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.0)
+AM_INIT_AUTOMAKE(dapl, 2.1.1)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_PROG_LIBTOOL
index d4925843032a9b028f3bce31fac826cfb66fffe9..c7708757a3469b9aa82b1741ec26a31c9f920c26 100644 (file)
@@ -153,6 +153,9 @@ fi
 mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf
 
 %changelog
+* Wed Aug 13 2014 Arlin Davis <ardavis@ichips.intel.com> - 2.1.1
+- DAT/DAPL Version 2.1.1 Release 1, OFED 3.12-1
+
 * Fri Jul 18 2014 Arlin Davis <ardavis@ichips.intel.com> - 2.1.0
 - DAT/DAPL Version 2.1.0 Release 1, add MIC support, OFED 3.12-1