From 87637ed5c3f6a823d0914d1b2d46bd9bbb5acb10 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 29 Apr 2016 16:17:06 -0700 Subject: [PATCH] Release 2.1.9-2 Signed-off-by: Arlin Davis --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ dapl.spec.in | 2 +- doc/uDAPL_release_notes.txt | 27 ++++++++++++++------------- 3 files changed, 47 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34693a5..1e74d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +commit 9e5429b6c6c55ea787c2bdb76b2d53afb3f6712b +Author: Arlin Davis +Date: Fri Apr 29 09:30:46 2016 -0700 + + rpmbuild: fix specfile, don't overwrite build options + + Signed-off-by: Arlin Davis + +commit 2d08dc4b69822b678a875a80f7cbfa770b52bd99 +Author: Arlin Davis +Date: Fri Apr 29 09:22:01 2016 -0700 + + openib: new provider specific attribute - port GID + + The IB GID is returned with IA query, provider specific + option for scm, ucm, cma, and mcm openib providers. + Includes subnet prefix and interface ID. + + DAT_IB_GID = fe80:0000:0000:0000:0002:c903:0032:2f31 + + dtest -v can be used for testing example. + + Signed-off-by: Arlin Davis + +commit 92d1bc4bf3089595012c11fa42d3da124490b4a0 +Author: Arlin Davis +Date: Thu Apr 14 18:46:12 2016 -0700 + + Release 2.1.9 + + Signed-off-by: Arlin Davis + commit 6b48f0e17bd062f5bcfb1cc1ba6197e03987651b Author: Arlin Davis Date: Tue Apr 12 13:58:34 2016 -0700 diff --git a/dapl.spec.in b/dapl.spec.in index 3f3b071..f3a6ff2 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -34,7 +34,7 @@ Name: dapl Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA Group: System Environment/Libraries diff --git a/doc/uDAPL_release_notes.txt b/doc/uDAPL_release_notes.txt index 4b53f8d..5fbf21d 100755 --- a/doc/uDAPL_release_notes.txt +++ b/doc/uDAPL_release_notes.txt @@ -1,6 +1,6 @@ README/Release Notes - OFED 3.18-2 DAPL Release 2.1.8 - Feb 2016 + OFED 3.18-2 DAPL Release 2.1.9-2 + April 2016 User space libraries/utilities for Direct Access Transport (DAT) v2.0. DAT is a transport-independent, platform-independent Application Programming @@ -16,7 +16,8 @@ ================= 1.0 Release Notes ================= - + dapl-2.1.9 changes include dtestcm improvement, bug fixes for MIC, Fix SCM interop issue with MTU + 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 @@ -123,8 +124,8 @@ Settings for larger clusters (512+ cores): - setenv DAPL_UCM_REP_TIME 2000 /* REQUEST timer, waiting for REPLY in millisecs */ - setenv DAPL_UCM_RTU_TIME 2000 /* REPLY timer, waiting for RTU in millisecs */ + setenv DAPL_UCM_REP_TIME 10000 /* REQUEST timer, waiting for REPLY in millisecs */ + setenv DAPL_UCM_RTU_TIME 10000 /* REPLY timer, waiting for RTU in millisecs */ setenv DAPL_UCM_CQ_SIZE 2000 /* CM completion queue */ setenv DAPL_UCM_QP_SIZE 2000 /* CM message queue */ setenv DAPL_UCM_RETRY 7 /* REQUEST and REPLY retries */ @@ -171,19 +172,19 @@ Note: example for user /home/user1, (assumes /home/user1 is exported) and MLX4 adapter, port 1 - Download latest 2.1.x package: http://www.openfabrics.org/downloads/dapl/dapl-2.1.6.tar.gz + Download latest 2.1.x package: http://www.openfabrics.org/downloads/dapl/dapl-2.1.x.tar.gz untar in /home/user1 - cd /home/user1/dapl-2.1.6 + cd /home/user1/dapl-2.1.x ./configure LDFLAGS=-L/usr/lib64 CPPFLAGS="-I/usr/include" make Create /home/user1/dat.conf with following 3 lines. (entries with path to new libraries): - ofa-v2-mlx4_0-1u u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaploucm.so.2 dapl.2.0 "mlx4_0 1" "" - ofa-v2-mlx4_0-1m u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaplomcm.so.2 dapl.2.0 "mlx4_0 1" "" - ofa-v2-mlx4_0-1 u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaploscm.so.2 dapl.2.0 "mlx4_0 1" "" - ofa-v2-ib0 u2.0 nonthreadsafe default /home/user1/dapl-2.1.5/dapl/udapl/.libs/libdaplcma.so.1 dapl.2.0 "ib0 0" "" + ofa-v2-mlx4_0-1u u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaploucm.so.2 dapl.2.0 "mlx4_0 1" "" + ofa-v2-mlx4_0-1m u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaplomcm.so.2 dapl.2.0 "mlx4_0 1" "" + ofa-v2-mlx4_0-1 u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaploscm.so.2 dapl.2.0 "mlx4_0 1" "" + ofa-v2-ib0 u2.0 nonthreadsafe default /home/user1/dapl-2.1.x/dapl/udapl/.libs/libdaplcma.so.1 dapl.2.0 "ib0 0" "" Run uDAPL application or Intel MPI that uses uDAPL, with (assuming mlx4_0 adapters) following: @@ -219,7 +220,7 @@ host side libraries and daemon service. The MIC libraries must be built and moved over to MIC adapter. This verion is currently included with MPSS and all libraries and services will be installed by default. - Current release package: dapl-2.1.6.tar.gz + Current release package: dapl-2.1.9.tar.gz * Sample host build from source package (ofed must be installed) @@ -229,7 +230,7 @@ * Sample host rpmbuild/update from release tarball, /root: - rpmbuild -ta dapl-2.1.6.tar.gz + rpmbuild -ta dapl-2.1.9.tar.gz rpm -U /root/rpmbuild/RPMS/x86_64/dapl* * Sample MIC build from source package for MPSS 3.x (MPSS must be installed) -- 2.41.0