From c9a7fd2e658efa9021cc386d1b8ec3691a903959 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 17 Feb 2016 15:35:30 -0800 Subject: [PATCH] Release 2.1.8 Signed-off-by: Arlin Davis --- ChangeLog | 24 ++++++++++++++++++++++++ configure.in | 4 ++-- dapl.spec.in | 3 +++ doc/uDAPL_release_notes.txt | 16 ++++++++++++++-- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2aa783e..f59ee56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +commit 58d757c07c8a3fcf81bdd0529f633bdc5251a06c +Author: Arlin Davis +Date: Tue Feb 16 13:12:16 2016 -0800 + + mpxyd: fix segfault in proxy_out debug logging + + Signed-off-by: Arlin Davis + +commit b6a33ad0afe846749287f1636fa352e7609256e2 +Author: Amir Hanania +Date: Tue Feb 16 13:04:56 2016 -0800 + + mpxyd: fix debug memory buffer log function + + Signed-off-by: Arlin Davis + +commit dc4e874b9ff65533100c4797cabf29980a0b0bbe +Author: Amir Hanania +Date: Tue Feb 16 12:53:53 2016 -0800 + + dtest: -D option is not valid with scif providers + + Signed-off-by: Arlin Davis + commit d1b5d4836ad6e89f5ec739596dea502953a0bdcf Author: Amir Hanania Date: Tue Feb 16 12:47:04 2016 -0800 diff --git a/configure.in b/configure.in index 5fbbfe1..56c99e5 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.7, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.1.8, 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.7) +AM_INIT_AUTOMAKE(dapl, 2.1.8) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index 2f16477..fbec001 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -153,6 +153,9 @@ fi mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf %changelog +* Tue Feb 16 2016 Arlin Davis - 2.1.8 +- DAT/DAPL Version 2.1.8 Release 1, OFED 3.18-2, MPSS 3.7 + * Tue Sep 29 2015 Arlin Davis - 2.1.7 - DAT/DAPL Version 2.1.7 Release 1, OFED 3.18-1 GA diff --git a/doc/uDAPL_release_notes.txt b/doc/uDAPL_release_notes.txt index 35f5581..4b53f8d 100755 --- a/doc/uDAPL_release_notes.txt +++ b/doc/uDAPL_release_notes.txt @@ -1,6 +1,6 @@ README/Release Notes - OFED 3.18 DAPL Release 2.1.7 - Sept 2015 + OFED 3.18-2 DAPL Release 2.1.8 + Feb 2016 User space libraries/utilities for Direct Access Transport (DAT) v2.0. DAT is a transport-independent, platform-independent Application Programming @@ -17,6 +17,18 @@ 1.0 Release Notes ================= + dapl-2.1.8 changes include dtest improvement, adding Intel OPA support, and MTU negotiation + - Add dtest -D option for data check/validation via pingpong test + - Add dtest -q option for open/query only option + - Add support for new hfi (Intel OPA) driver, all providers + CCL Proxy can support hfi in MFO mode via mcm provider + - Active MTU is now set as default QP MTU, CM mechanism added to negotiate + and fallback to smaller size of endpoints. Is backward compatible with + older providers running defaults of 2K and can be adjusted with + pre-existing DAPL_IB_MTU environment setting. + - Bug fixes, including CCL Data corruption (scif_writeto ordering requirements). + - Provide new test/dtest/dtest_suite.sh script for automated host to mic test/validation. + dapl-2.1.7 changes include dtest improvement and CCL Proxy P2P inline support: - Add dtest -W option for rdma write pinpong test, -- 2.46.0