]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.1.2 dapl-2.1.2-1
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 2 Sep 2014 21:54:51 +0000 (14:54 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 2 Sep 2014 21:54:51 +0000 (14:54 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
ChangeLog
configure.in
dapl.spec.in

index cabd74ba139f86b0b17b7b20213d9170c855a7d7..fd8ef268b6ce1f8ced2f7ffcf814fff79f9e1d39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+commit 9760d99201ab6a640a7bd4b18a06639aa2d79698
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Sep 2 12:53:23 2014 -0700
+
+    mpxyd: add global routing support for proxy connections
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 87fda7a3bbc3e79687ec5f45327f02fb02a4701b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Sep 2 12:52:06 2014 -0700
+
+    mcm: only call mix_get_attr if running on MIC
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 1ccc2dc9749a1e8f7f33e9f1afdf3ee3a5c9cb6a
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue Sep 2 08:47:29 2014 -0700
+
+    openib: modify check for link_layer to handle unspecified
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 7e833f29dabae799be5b60231ceb7be91cd2463f
+Author: Alexey Ishchuk <aishchuk@linux.vnet.ibm.com>
+Date:   Tue Sep 2 08:34:19 2014 -0700
+
+    This patch adds the dapl_os_atopmic_inc, dapl_os_atomic_dec,
+    and dapl_os_atomic_assign function implementatios to the dapl
+    userspace package to provide the DAPL API support on the s390x
+    platform by adding Assembler language implemenation of those
+    platform specific functions.
+    
+    Signed-off-by: Alexey Ishchuk <aishchuk@linux.vnet.ibm.com>
+    Acked-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit fb8c10124f3399f34ae1f2096e6759fb01e1bc7f
+Author: Amir Hanania <amir.hanania@intel.com>
+Date:   Tue Aug 26 15:41:10 2014 -0700
+
+    dtest server exchange connection info with client
+    
+    The server and client create connection for the server to send the setup info to the client.
+    When using dtest, the client only needs to use -h <hostname/IP address> option and it will get the rest of the info from the server.
+    
+    Signed-off-by: Amir Hanania <amir.hanania@intel.com>
+
+commit 380218f3b62918601d89c48a44fcfee2899fdb11
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Aug 25 16:30:45 2014 -0700
+
+    mpxyd: 2 MICs in same numa_node will overlap CPU affinity, don't reset base
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 622a1870843e770ec2b6a83caf0d6fcb5057bb56
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Aug 25 08:59:50 2014 -0700
+
+    mcm: implement proxy mix_prov_attr function, add fields CPU model and family
+    
+    Provide MIC consumers with a provider specific query for proxy CPU model and family
+    to identify platform type from MIC side. Supported in MCM provider only.
+    
+    The following provider specific name attributes were added to MCM:
+    
+    DAT_IB_PROXY_CPU_FAMILY
+    DAT_IB_PROXY_CPU_MODEL
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit 1a6747faa5904e23a7b8c247a52b603aa24098a7
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Fri Aug 22 10:27:46 2014 -0700
+
+    mpxyd: tx thread may not be signaled on small segment writes
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
+commit ce006692bcb5cabf241bdacf0dd62f5df8572f22
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Aug 13 11:58:49 2014 -0700
+
+    Release 2.1.1
+    
+    Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
+
 commit 6eb73e080c87b12cf4f4ec577cfdff53472791e1
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Wed Aug 13 11:12:29 2014 -0700
index bf2013b0f8953cc43338126281600eb4ac494f11..3bbdae261da729d3ce516d6740dd141b7d2896f6 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.1, linux-rdma@vger.kernel.org)
+AC_INIT(dapl, 2.1.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.1.1)
+AM_INIT_AUTOMAKE(dapl, 2.1.2)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_PROG_LIBTOOL
index c7708757a3469b9aa82b1741ec26a31c9f920c26..62640df6f00a222d50cbd42eb392356f533df73d 100644 (file)
@@ -153,6 +153,9 @@ fi
 mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf
 
 %changelog
+* Tue Sep 2 2014 Arlin Davis <ardavis@ichips.intel.com> - 2.1.2
+- DAT/DAPL Version 2.1.2 Release 1, OFED 3.12-1
+
 * 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