From fd9909618fdfff0eb2c8ce97bff61ea98ec44a8e Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Sun, 20 Jul 2008 13:20:45 -0700 Subject: [PATCH] Release 2.0.11 Signed-off by: Arlin Davis ardavis@ichips.intel.com --- ChangeLog | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +-- dapl.spec.in | 3 ++ 3 files changed, 92 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eaa182d..3cbbc75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +commit 0003bb7866af3ba73cc79c703b565a8012439bb1 +Author: Arlin Davis +Date: Sun Jul 20 13:17:22 2008 -0700 + + dtestx: add -d option to test new IB UD extension. + + modify dtestx to connect peer UD QP's and exchange/verify messages as an example for new extension. + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 9816ac15f98f6e73cf7b371ac6e1e312d4171c0b +Author: Arlin Davis +Date: Sun Jul 20 13:13:09 2008 -0700 + + dapl scm: add support for UD extensions in Openfabrics socket cm provider + + add qp_type in connection information exchange + add new post_send_ud call + changes to connection manager to support qp types beyond RC. + changes to connection events to use new extended event calls. + exchange address handle information during connection phase. + changes to modify_qp to handle both RC and UD types. + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 927dac5b61e64868089acd49d468b98327e14a1a +Author: Arlin Davis +Date: Sun Jul 20 13:07:34 2008 -0700 + + dapl: add support for UD extensions in common code. + + allow EP create for extended service types. + extend connection event types to include UD AH resolution/exchange. + add new extended connect and connect request upcalls for providers. + - dapls_evd_post_cr_event_ext + - dapls_evd_post_connection_event_ext + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit be3d6a53f3340294697706ce50a05faf151aacc7 +Author: Arlin Davis +Date: Sun Jul 20 12:57:49 2008 -0700 + + dat: New definitions for IB unreliable datagram extension + + Extend EP dat_service_type, with DAT_IB_SERVICE_TYPE_UD + Add IB extension call dat_ib_post_send_ud(). + Add address handle definition for UD calls. + Add IB event definitions to provide remote AH via connect and connect requests + Roll IB extension version to 2.0.2 + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 8f65d4c96a7e13f7092d82f2f5aad477a61a57c1 +Author: Arlin Davis +Date: Fri Jul 18 07:46:20 2008 -0700 + + dat: allow TYPE_ERR messages to be turned off with DAT_DBG_TYPE + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 4fefc6bca4e21c9d757923bf13bc93c62dbff17d +Author: Arlin Davis +Date: Wed Jun 25 08:02:11 2008 -0700 + + dapltest: manpage - rdma write example incorrect + + parameter for rdma write should be RW and not WR + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit 68638bde71b529a142c13ac332cd44435cabc896 +Author: Arlin Davis +Date: Mon Jun 23 15:26:30 2008 -0700 + + dapl: remove needless terminating 0 in dto_op_str functions. + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + +commit cb1f2a144ecd375d2143d6e176a6a92a18556d7e +Author: Arlin Davis +Date: Mon Jun 23 10:52:46 2008 -0700 + + Release 2.0.10 + + Signed-off by: Arlin Davis ardavis@ichips.intel.com + commit d9b3c06ae98ac4d3b264384f6510137166d78cb0 Author: Arlin Davis Date: Mon Jun 23 10:35:17 2008 -0700 diff --git a/configure.in b/configure.in index 05c9302..4de4ea8 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.10, general@lists.openfabrics.org) +AC_INIT(dapl, 2.0.11, 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.10) +AM_INIT_AUTOMAKE(dapl, 2.0.11) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index c95c85f..8a04793 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -132,6 +132,9 @@ fi %{_mandir}/man5/*.5* %changelog +* Sun Jul 20 2008 Arlin Davis - 2.0.11 +- DAT/DAPL Version 2.0.11 Release 1, IB UD extensions in SCM provider + * Tue Jun 23 2008 Arlin Davis - 2.0.10 - DAT/DAPL Version 2.0.10 Release 1, socket CM provider -- 2.46.0