From c98d2169b839a73d76691acf510dd8976ddc850a Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 3 Oct 2008 08:00:56 -0700 Subject: [PATCH] Release 2.0.14 Signed-off-by: Arlin Davis --- ChangeLog | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +- dapl.spec.in | 3 ++ 3 files changed, 125 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3476556..4876728 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +commit c26d0bb065f3734f09058e1e6d26dde4a3738e55 +Author: Arlin Davis +Date: Fri Oct 3 05:40:04 2008 -0700 + + dat.conf: add ofa-v2-iwarp entry for iwarp devices + + Signed-off-by: Arlin Davis + +commit d54c35c8a9ba33a464ca15f4a65b914688e5194d +Author: Arlin Davis +Date: Fri Oct 3 05:30:10 2008 -0700 + + dapl: adjust max_rdma_read_iov to 1 for query on iWARP devices + + iWarp spec allows only one iov on rdma reads + + Signed-off-by: Arlin Davis + +commit 9584df22d0cb3aa5a2a2a04bf427524d17650ef7 +Author: Arlin Davis +Date: Wed Oct 1 08:17:49 2008 -0700 + + dtest: reduce default IOV's during dat_ep_create for iWARP devices + + iWarp adapters tend to have less IOV resources then IB adapters. + + Signed-off-by: Arlin Davis + +commit 8ca9898621acf5b9769d46ea34ee8ca1eecaf2ff +Author: Arlin Davis +Date: Fri Sep 26 12:43:13 2008 -0700 + + dtest: fix 32-bit build issues in dtest and dtestx examples. + + Signed-off-by: Arlin Davis + +commit 42a3a4edf30115a35d9d599b51f8756814e62368 +Author: Arlin Davis +Date: Fri Sep 26 08:48:31 2008 -0700 + + Revert "Release 2.0.14" + + This reverts commit 816d1c3acfb4a457c6b1cc07d657f018312f2a63. + + missed some fixes for package release. + +commit 816d1c3acfb4a457c6b1cc07d657f018312f2a63 +Author: Arlin Davis +Date: Wed Sep 24 12:13:37 2008 -0700 + + Release 2.0.14 + + Signed-off-by: Arlin Davis + +commit c00d858da3113ce5463d408ab5e13e17cc9529e4 +Author: Arlin Davis +Date: Wed Sep 24 08:33:32 2008 -0700 + + build: $(DESTDIR) prepend needed on install hooks for dat.conf + + All install directives that automake creates automatically + have $(DESTDIR) prepended to them so that a make + DESTDIR= install will work. The hand written + install hooks for dat.conf was missing DESTDIR. + + Signed-off-by: Doug Ledford + +commit 860db3be4907c8ff290ce7c6b631b2117f5080bd +Author: Arlin Davis +Date: Wed Sep 24 08:26:28 2008 -0700 + + dapl scm: UD shares EP's which requires serialization + + add locking around the modify_qp state changes to avoid + unnecessary modify_qp calls during multiple resolve + remote AH connection events on a single EP. + + Signed-off-by: Arlin Davis + +commit f2c214647b5ce53e52052d6b6bea3fbace7cc20a +Author: Arlin Davis +Date: Sat Sep 20 16:02:00 2008 -0700 + + dtestx: Add new options to test UD. + + - many to one/many EP remote AH resolution, data flow + - bi-directional EP remote AH resolution, data flow + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 3c218b5ed65d0b7349a86eb0fe6f6bf57e3eccd6 +Author: Arlin Davis +Date: Sat Sep 20 15:58:59 2008 -0700 + + dapl: fixes for IB UD extensions in common code and socket cm provider. + + - Manage EP states base on attribute service type. + - Allow multiple connections (remote_ah resolution) + and accepts on UD type endpoints. + - Supply private data on CR conn establishment + - Add UD extension conn event type - DAT_IB_UD_PASSIVE_REMOTE_AH + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 01cdd688ddebec8df6f17f92c3b72a410f50dd6f +Author: Arlin Davis +Date: Sat Sep 20 15:49:40 2008 -0700 + + dapl: add provider specific attribute query option for IB UD MTU size + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit ee3d9ce2389a14c85405dfdff67f04a5f5679e32 +Author: Arlin Davis +Date: Mon Sep 1 15:52:37 2008 -0700 + + Release 2.0.13 + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + commit f37589927fabf0feb3a09c4c7c03e18df5749fef Author: Arlin Davis Date: Mon Sep 1 12:24:49 2008 -0700 diff --git a/configure.in b/configure.in index f42aa83..20d0315 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.13, general@lists.openfabrics.org) +AC_INIT(dapl, 2.0.14, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([dat/udat/udat.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dapl, 2.0.13) +AM_INIT_AUTOMAKE(dapl, 2.0.14) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index 27a369b..d1068f6 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -134,6 +134,9 @@ fi %{_mandir}/man5/*.5* %changelog +* Fri Oct 03 2008 Arlin Davis - 2.0.14 +- DAT/DAPL Version 2.0.14 Release 1, OFED 1.4 rc3 + * Mon Sep 01 2008 Arlin Davis - 2.0.13 - DAT/DAPL Version 2.0.13 Release 1, OFED 1.4 rc1 -- 2.46.0