From: Arlin Davis Date: Tue, 2 Sep 2014 21:54:51 +0000 (-0700) Subject: Release 2.1.2 X-Git-Tag: dapl-2.1.2-1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=25568900892f9e72413e235ebc4ba77176343c84;p=~ardavis%2Fdapl.git Release 2.1.2 Signed-off-by: Arlin Davis --- diff --git a/ChangeLog b/ChangeLog index cabd74b..fd8ef26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +commit 9760d99201ab6a640a7bd4b18a06639aa2d79698 +Author: Arlin Davis +Date: Tue Sep 2 12:53:23 2014 -0700 + + mpxyd: add global routing support for proxy connections + + Signed-off-by: Arlin Davis + +commit 87fda7a3bbc3e79687ec5f45327f02fb02a4701b +Author: Arlin Davis +Date: Tue Sep 2 12:52:06 2014 -0700 + + mcm: only call mix_get_attr if running on MIC + + Signed-off-by: Arlin Davis + +commit 1ccc2dc9749a1e8f7f33e9f1afdf3ee3a5c9cb6a +Author: Arlin Davis +Date: Tue Sep 2 08:47:29 2014 -0700 + + openib: modify check for link_layer to handle unspecified + + Signed-off-by: Arlin Davis + +commit 7e833f29dabae799be5b60231ceb7be91cd2463f +Author: Alexey Ishchuk +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 + Acked-by: Arlin Davis + +commit fb8c10124f3399f34ae1f2096e6759fb01e1bc7f +Author: Amir Hanania +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 option and it will get the rest of the info from the server. + + Signed-off-by: Amir Hanania + +commit 380218f3b62918601d89c48a44fcfee2899fdb11 +Author: Arlin Davis +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 + +commit 622a1870843e770ec2b6a83caf0d6fcb5057bb56 +Author: Arlin Davis +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 + +commit 1a6747faa5904e23a7b8c247a52b603aa24098a7 +Author: Arlin Davis +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 + +commit ce006692bcb5cabf241bdacf0dd62f5df8572f22 +Author: Arlin Davis +Date: Wed Aug 13 11:58:49 2014 -0700 + + Release 2.1.1 + + Signed-off-by: Arlin Davis + commit 6eb73e080c87b12cf4f4ec577cfdff53472791e1 Author: Arlin Davis Date: Wed Aug 13 11:12:29 2014 -0700 diff --git a/configure.in b/configure.in index bf2013b..3bbdae2 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/dapl.spec.in b/dapl.spec.in index c770875..62640df 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -153,6 +153,9 @@ fi mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf %changelog +* Tue Sep 2 2014 Arlin Davis - 2.1.2 +- DAT/DAPL Version 2.1.2 Release 1, OFED 3.12-1 + * Wed Aug 13 2014 Arlin Davis - 2.1.1 - DAT/DAPL Version 2.1.1 Release 1, OFED 3.12-1