From 40bf5a11b3c8b9767fee95fdbb544c5ddb05777f Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Mon, 22 Jul 2013 12:37:21 -0700 Subject: [PATCH] Release 2.0.38 Signed-off-by: Arlin Davis --- ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 ++-- dapl.spec.in | 3 +++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f2dd2d..c86adb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +commit 54d5fb2180f6f27141455d5252d26f40fd04d28f +Author: Arlin Davis +Date: Tue Jul 16 16:12:37 2013 -0700 + + dapltest: add -n parameter to override default server port number (45278) + + Modify all tests and commands to take a new -n parameter option for server + listen port. The default port, when running multiple EP's and threads, + will sometimes collide and fail with EADDRINUSE on iWARP configurations + using rdma_bind_addr with sin_port=0. + + Signed-off-by: Arlin Davis + +commit 617952fec1b8ca5ec5fc96d5568b90c1ba833ca3 +Author: Arlin Davis +Date: Fri Jul 12 11:52:33 2013 -0700 + + ucm,scm: UD mode creates many CR objects per EP that needs cleaned up + + After connection is established and the AH is provided to consumer + on UD connect establishment there is no need to keep the CR object + on the SP. For large clusters this results in a growing memory + footprint for CR objects and long cleanup times on device close. + + Change ucm and scm providers to unlink and free CR resources + during CM object free if this is a UD QP and CONN_EST state. + + Signed-off-by: Arlin Davis + +commit 43a4b28c39199ca47d3af1f456e065cf7fbd741c +Author: Arlin Davis +Date: Mon Jun 24 14:19:22 2013 -0700 + + cma: add DAPL_CM_TOS environment variable to enable passing a TOS to the RDMA CM + + Signed-off-by Matthew Finlay + Acked-by: Arlin Davis + +commit 7e791ac2b328982d98cb88a41e0037b5cc26a693 +Author: Arlin Davis +Date: Thu Jun 6 18:22:52 2013 -0700 + + Release 2.0.37 + + Signed-off-by: Arlin Davis + commit b10a904e2b782b77098b4bed03d244bdef5eba5b Author: Arlin Davis Date: Wed May 29 16:59:09 2013 -0700 diff --git a/configure.in b/configure.in index 6dc6e59..daaf167 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.37, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.0.38, 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.37) +AM_INIT_AUTOMAKE(dapl, 2.0.38) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index d072b66..af44d63 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -115,6 +115,9 @@ rm -rf %{buildroot} %{_mandir}/man5/*.5* %changelog +* Mon Jul 22 2013 Arlin Davis - 2.0.38 +- DAT/DAPL Version 2.0.38 Release 1, OFED 3.5.2 + * Thu Jun 6 2013 Arlin Davis - 2.0.37 - DAT/DAPL Version 2.0.37 Release 1, OFED 3.5.2 -- 2.46.0