From 8559ec069329249592f367b5b8f61427cbad0a46 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Tue, 24 Nov 2009 11:29:46 -0800 Subject: [PATCH] Release 2.0.25 Signed-off-by: Arlin Davis --- ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +-- dapl.spec.in | 3 +++ 3 files changed, 76 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ea475c..ca4cb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +commit 0983c66cbd9511128c1fa221470c4c983903e420 +Author: Arlin Davis +Date: Tue Nov 24 08:58:44 2009 -0800 + + winof cma: windows definition for EADDRNOTAVAIL missing + + Signed-off-by: stan smith + +commit 4fbbcfa1d7bf7a843b27e351d35f3ffbc2ac4db8 +Author: Arlin Davis +Date: Tue Nov 24 08:54:26 2009 -0800 + + scm: client side setsockopt NODELAY fails if data arrives before setting + + Move setsockopt before connect to avoid race with data. + Seems to fail on windows. Not seen on linux. + + Signed-off-by: Arlin Davis + +commit 9dfa9a06d55101fed0773028ce7ab85330514c67 +Author: Arlin Davis +Date: Wed Nov 18 09:52:40 2009 -0800 + + cma: setup_listener Cannot assign requested address + + Colliding with RDS port of 18634. rdma_cm can return + either EADDRINUSE or EADDRNOTAVAIL if the bind fails. + Add check for either and return proper DAT_CONN_QUAL_IN_USE. + + Signed-off-by: Arlin Davis + +commit 0698fb56d533a5225cbc3a5a4b8ab2e2d56b7502 +Author: Arlin Davis +Date: Wed Nov 18 09:43:38 2009 -0800 + + common: seg fault in dapl_evd_wait with multi-thread application using CNO's. + + If we are dealing with event streams besides a CQ event stream, + be conservative and set producer side locking. Otherwise, no. + Check for CNO is missing, CNO is not considered CQ event stream. + + Signed-off-by: Arlin Davis + +commit 4d26a280572a58248b0796e4d5ed01ea5d67be46 +Author: Arlin Davis +Date: Wed Nov 18 09:37:48 2009 -0800 + + ucm: inbound DREQ/DREP handshake should transition QP. + + During release, when receiving a disconnect request from remote peer + instead of a disconnect call from the client, the QP didn't get properly + set in ERR state and didn't flush the queue during disconnect processing. + + Signed-off-by: Arlin Davis + +commit 87965cd15bbfa38b00ed2d77a4ea5a76f76cf4a3 +Author: Arlin Davis +Date: Mon Nov 2 08:24:53 2009 -0800 + + winof: Remove duplicate include of comp_channel.cpp from cm.c as it is included in opensm_ucb/device.c. + + Signed-off-by: stan smith + +commit 737fa288b72fad19a1fc3e762eb9f2c471ce6ddd +Author: Arlin Davis +Date: Fri Oct 30 13:19:21 2009 -0800 + + Release 2.0.24 + + Signed-off-by: Arlin Davis + commit 9fe7506ff9ddf1ae6297cfc6a9dd4d6a57e1939e Author: Arlin Davis Date: Fri Oct 30 12:57:22 2009 -0800 diff --git a/configure.in b/configure.in index 6a8f4a2..c704145 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.24, general@lists.openfabrics.org) +AC_INIT(dapl, 2.0.25, 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.24) +AM_INIT_AUTOMAKE(dapl, 2.0.25) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index 7677b3f..ae20382 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -140,6 +140,9 @@ fi %{_mandir}/man5/*.5* %changelog +* Tue Nov 24 2009 Arlin Davis - 2.0.25 +- DAT/DAPL Version 2.0.25 Release 1, OFED 1.5 RC3 + * Fri Oct 30 2009 Arlin Davis - 2.0.24 - DAT/DAPL Version 2.0.24 Release 1, OFED 1.5 RC2 -- 2.46.0