From: Arlin Davis Date: Thu, 3 Oct 2013 23:05:06 +0000 (-0700) Subject: Release 2.0.39 X-Git-Tag: dapl-2.0.41-1~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ef14daf0585119ba3cae24e7fa0943ff032117ed;p=~ardavis%2Fdapl.git Release 2.0.39 Signed-off-by: Arlin Davis --- diff --git a/ChangeLog b/ChangeLog index c86adb5..65135dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +commit d398aef3c8bbd4fbadb113a5d8e324153e555cea +Author: Arlin Davis +Date: Thu Oct 3 15:21:08 2013 -0700 + + dapltest: fix endian swap issue with performance test + + Signed-off-by: Arlin Davis + +commit 53534445d649812061b1849b1a77a3499ba0cdd0 +Author: Arlin Davis +Date: Tue Oct 1 15:40:17 2013 -0700 + + SCM: getifaddrs modfications for better out of the box experience + + socket cm will now walk list of interfaces and ignore loopback + and ignore IB devices, unless the IB netdev is the only device. + Works better in a heterogenous environment with a mix of net device. + Tested with br0, mic0, and mic0:ib netdev mixes. + Overriding with DAPL_SCM_NETDEV still works as is. + + Signed-off-by: Patrick Mccormick + Signed-off-by: Arlin Davis + +commit 3315b8148ba52da67e422cf9afe6fa35d2161885 +Author: Arlin Davis +Date: Tue Oct 1 14:03:51 2013 -0700 + + ucm, scm: UD mode triggers list_head assert with large scale alltoall test + + 1024+ ranks, IMB alltoall may hit assert when running Intel MPI in UD mode. + + CR clean up was implemented with EP to CR references still linked. + During cr_accept, the CR remote_ia_address is linked to EP object + by mistake with UD mode. UD mode my have multiple CRs per EP so + no direct mappings to CR memory can exist unless RC mode which + always has one EP to CR mapping. + + In scm, ucm: for CM object free with CR references the search and + unlinking from SP must be under SP lock to serialize. Also, + cleanup thread wakeup logic to only trigger the thread if + reference count indicates the need for more processing. + + Signed-off-by: Arlin Davis + +commit 40bf5a11b3c8b9767fee95fdbb544c5ddb05777f +Author: Arlin Davis +Date: Mon Jul 22 12:37:21 2013 -0700 + + Release 2.0.38 + + Signed-off-by: Arlin Davis + commit 54d5fb2180f6f27141455d5252d26f40fd04d28f Author: Arlin Davis Date: Tue Jul 16 16:12:37 2013 -0700 diff --git a/configure.in b/configure.in index daaf167..db84879 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(dapl, 2.0.38, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.0.39, 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(dapl, 2.0.38) +AM_INIT_AUTOMAKE(dapl, 2.0.39) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index af44d63..5ed0ee0 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -115,6 +115,9 @@ rm -rf %{buildroot} %{_mandir}/man5/*.5* %changelog +* Thu Oct 3 2013 Arlin Davis - 2.0.39 +- DAT/DAPL Version 2.0.39 Release 1, OFED 3.5-2 + * Mon Jul 22 2013 Arlin Davis - 2.0.38 - DAT/DAPL Version 2.0.38 Release 1, OFED 3.5.2