Hello community,

here is the log from the commit of package dapl for openSUSE:Factory checked in 
at 2017-07-21 22:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dapl (Old)
 and      /work/SRC/openSUSE:Factory/.dapl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dapl"

Fri Jul 21 22:50:15 2017 rev:7 rq:511648 version:2.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/dapl/dapl-debug.changes  2017-06-22 
10:36:12.453026515 +0200
+++ /work/SRC/openSUSE:Factory/.dapl.new/dapl-debug.changes     2017-07-21 
22:50:20.124804865 +0200
@@ -1,0 +2,24 @@
+Thu Jul 20 08:25:04 UTC 2017 - [email protected]
+
+- Update to 2.1.10
+  * dtest_suite: add option to pause the test.
+  * dtestcm: add client retry, give server time to queue up all listens
+  * dtest: Add new man pages. (dtestx dtestcm dtestsrq)
+  * cma: fix open_query mode, initialize attributes
+  * ucm: up level CM timer logging, increase drep time at scale
+  * dtest: fix return value check on do_rdma_write_with_msg
+  * dtestx: check device capabilities and do atomic tests only if supported by 
HW
+  * common: set atomic attributes based on provider/device capabilities
+  * build: dtest_suite.sh was moved to test/scripts
+  * mpxyd: let TX thread sleep if no open devices are referenced
+  * mcm: when mmap req from MIC return with fail stat print WARN.
+  * dtest_suite: remove duplicate dtest_suite.sh
+  * dtest: enable -D option (data check) to work with scif provider
+  * dtest_suite: fix typo in user_string var
+  * mcm: remove logs from post send speed path
+  * mcm proxy: push WR from MIC to host with scif mmap memory instead of 
scif_send.
+  * dtest: the default size in pingpong test is set to 1 byte regardless to 
user input.
+  * dtest: cleanup 4 printfs from the middle of performance test, may reduce 
performance.
+- Refresh patches against 2.1.10
+
+-------------------------------------------------------------------
dapl.changes: same change

Old:
----
  dapl-2.1.8-git6316f83.tar.xz

New:
----
  dapl-2.1.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dapl-debug.spec ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.644590480 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.652589352 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define git_version -git6316f83
+%define git_version %nil
 Name:           dapl-debug
 Summary:        A Library for userspace access to RDMA devices using OS 
Agnostic DAT APIs
 License:        BSD-3-Clause or GPL-2.0+ or CPL-1.0
 Group:          Productivity/Networking/System
-Version:        2.1.8
+Version:        2.1.10
 Release:        0
-Source0:        dapl-%{version}%{git_version}.tar.xz
+Source0:        https://www.openfabrics.org/downloads/dapl/dapl-%version.tar.gz
 Source1:        dapl-rpmlintrc
 Source2:        baselibs.conf
 Patch1:         dapl-2.0.30-dat-ia-open-hang.patch
@@ -166,12 +166,15 @@
 mv %{buildroot}%{_bindir}/dtestsrq %{buildroot}%{_bindir}/dapl-testsrx
 mv %{buildroot}%{_bindir}/dtestx %{buildroot}%{_bindir}/dapl-testx
 
+%define man_regexp -e s/dapltest/dapl-test/g -e s/dtestcm/dapl-testcm/g -e 
s/dtestsrq/dapl-testsrq/g -e s/dtestx/dapl-testx/g -e s/dtest/dapl-utest/g
+
 %if "%{name}" != "dapl-debug"
 # Fix man pages accordingly
-sed -e s/dapltest/dapl-test/g -e s/dtest/dapl-utest/g 
%{buildroot}%{_mandir}/man1/dtest.1 > %{buildroot}%{_mandir}/man1/dapl-utest.1
-rm %{buildroot}%{_mandir}/man1/dtest.1
-sed -e s/dapltest/dapl-test/g -e s/dtest/dapl-utest/g 
%{buildroot}%{_mandir}/man1/dapltest.1 > %{buildroot}%{_mandir}/man1/dapl-test.1
-rm %{buildroot}%{_mandir}/man1/dapltest.1
+for manpage in dapltest dtest dtestcm dtestsrq dtestx; do
+       new_name=$(echo $manpage | sed %man_regexp)
+       sed %man_regexp %{buildroot}%{_mandir}/man1/$manpage.1 > 
%{buildroot}%{_mandir}/man1/$new_name.1
+       rm %{buildroot}%{_mandir}/man1/$manpage.1
+done
 %endif
 
 %post -n %lname -p /sbin/ldconfig
@@ -276,6 +279,9 @@
 %if "%{name}" != "dapl-debug"
 %_mandir/man1/dapl-test.1*
 %_mandir/man1/dapl-utest.1*
+%_mandir/man1/dapl-testcm.1*
+%_mandir/man1/dapl-testsrq.1*
+%_mandir/man1/dapl-testx.1*
 %endif
 
 %changelog

++++++ dapl.spec ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.700582582 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.700582582 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define git_version -git6316f83
+%define git_version %nil
 Name:           dapl
 Summary:        A Library for userspace access to RDMA devices using OS 
Agnostic DAT APIs
 License:        BSD-3-Clause or GPL-2.0+ or CPL-1.0
 Group:          Productivity/Networking/System
-Version:        2.1.8
+Version:        2.1.10
 Release:        0
-Source0:        dapl-%{version}%{git_version}.tar.xz
+Source0:        https://www.openfabrics.org/downloads/dapl/dapl-%version.tar.gz
 Source1:        dapl-rpmlintrc
 Source2:        baselibs.conf
 Patch1:         dapl-2.0.30-dat-ia-open-hang.patch
@@ -166,12 +166,15 @@
 mv %{buildroot}%{_bindir}/dtestsrq %{buildroot}%{_bindir}/dapl-testsrx
 mv %{buildroot}%{_bindir}/dtestx %{buildroot}%{_bindir}/dapl-testx
 
+%define man_regexp -e s/dapltest/dapl-test/g -e s/dtestcm/dapl-testcm/g -e 
s/dtestsrq/dapl-testsrq/g -e s/dtestx/dapl-testx/g -e s/dtest/dapl-utest/g
+
 %if "%{name}" != "dapl-debug"
 # Fix man pages accordingly
-sed -e s/dapltest/dapl-test/g -e s/dtest/dapl-utest/g 
%{buildroot}%{_mandir}/man1/dtest.1 > %{buildroot}%{_mandir}/man1/dapl-utest.1
-rm %{buildroot}%{_mandir}/man1/dtest.1
-sed -e s/dapltest/dapl-test/g -e s/dtest/dapl-utest/g 
%{buildroot}%{_mandir}/man1/dapltest.1 > %{buildroot}%{_mandir}/man1/dapl-test.1
-rm %{buildroot}%{_mandir}/man1/dapltest.1
+for manpage in dapltest dtest dtestcm dtestsrq dtestx; do
+       new_name=$(echo $manpage | sed %man_regexp)
+       sed %man_regexp %{buildroot}%{_mandir}/man1/$manpage.1 > 
%{buildroot}%{_mandir}/man1/$new_name.1
+       rm %{buildroot}%{_mandir}/man1/$manpage.1
+done
 %endif
 
 %post -n %lname -p /sbin/ldconfig
@@ -276,6 +279,9 @@
 %if "%{name}" != "dapl-debug"
 %_mandir/man1/dapl-test.1*
 %_mandir/man1/dapl-utest.1*
+%_mandir/man1/dapl-testcm.1*
+%_mandir/man1/dapl-testsrq.1*
+%_mandir/man1/dapl-testx.1*
 %endif
 
 %changelog

++++++ dapl-2.0.30-dat-ia-open-hang.patch ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.728578632 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.728578632 +0200
@@ -1,19 +1,8 @@
-From: Pradeep Satyanarayana <[email protected]>
-Subject: [PATCH] Hang in dat_ia_open()
-
-Fixes hang due to erroneous invocation of rdma_destroy_id() twice
-in a row
-
-Acked-by: John Jolly <[email protected]>
----
- dapl/openib_cma/device.c |    1 -
- 1 file changed, 1 deletion(-)
-
-Index: dapl/openib_cma/device.c
-===================================================================
---- dapl/openib_cma/device.c.orig      2016-03-10 15:08:38.037462973 +0100
-+++ dapl/openib_cma/device.c   2016-03-10 15:10:39.068801915 +0100
-@@ -313,7 +313,6 @@ DAT_RETURN dapls_ib_open_hca(IN IB_HCA_N
+diff --git dapl/openib_cma/device.c dapl/openib_cma/device.c
+index 326df62..f1a253d 100644
+--- dapl/openib_cma/device.c
++++ dapl/openib_cma/device.c
+@@ -305,7 +305,6 @@ DAT_RETURN dapls_ib_open_hca(IN IB_HCA_NAME hca_name,
        }
        ret = rdma_bind_addr(cm_id, (struct sockaddr *)&hca_ptr->hca_address);
        if ((ret) || (cm_id->verbs == NULL)) {

++++++ dapl-define_NULL.patch ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.736577504 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.736577504 +0200
@@ -1,7 +1,7 @@
-Index: dat/common/dat_strerror.c
-===================================================================
---- dat/common/dat_strerror.c.orig     2011-08-19 19:09:23.000000000 +0200
-+++ dat/common/dat_strerror.c  2012-06-28 18:01:00.330122282 +0200
+diff --git dat/common/dat_strerror.c dat/common/dat_strerror.c
+index 915dfb0..5f26383 100644
+--- dat/common/dat_strerror.c
++++ dat/common/dat_strerror.c
 @@ -37,6 +37,10 @@
   * $Id: dat_strerror.c,v 1.10 2005/03/24 05:58:28 jlentini Exp $
   **********************************************************************/

++++++ dapl-man_page_fixes.patch ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.748575812 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.752575247 +0200
@@ -1,22 +1,17 @@
----
- man/dapltest.1 |    1 -
- man/dat.conf.5 |    6 +++---
- 2 files changed, 3 insertions(+), 4 deletions(-)
-
-Index: man/dapltest.1
-===================================================================
---- man/dapltest.1.orig        2014-01-21 18:05:33.163795906 +0100
-+++ man/dapltest.1     2014-01-21 18:06:00.011174084 +0100
+diff --git man/dapltest.1 man/dapltest.1
+index 90fd6d2..0cbee31 100644
+--- man/dapltest.1
++++ man/dapltest.1
 @@ -1,4 +1,3 @@
 -." Text automatically generated by txt2man
- .TH dapltest 1 "July 16, 2013" "uDAPL 2.0" "USER COMMANDS"
+ .TH dapltest 1 "November 15, 2016" "uDAPL 2.1" "USER COMMANDS"
  
  .SH NAME
-Index: man/dat.conf.5
-===================================================================
---- man/dat.conf.5.orig        2013-06-07 02:42:48.000000000 +0200
-+++ man/dat.conf.5     2014-01-21 18:05:33.164795883 +0100
-@@ -25,7 +25,7 @@ entries in the \fIdat.conf\fR file. The
+diff --git man/dat.conf.5 man/dat.conf.5
+index e3f11a4..2fc1d32 100644
+--- man/dat.conf.5
++++ man/dat.conf.5
+@@ -25,7 +25,7 @@ entries in the \fIdat.conf\fR file. The process of adding a 
provider
  entry is termed Static Registration.
  .PP
  .SH "Registry File Format"
@@ -31,15 +26,15 @@
  .SH OpenFabrics RDMA providers: 
 -\br 
 +\br
-     Provider options for both 1.2 and 2.0, each using different CM services
+     Provider options for different CM services
  
          1. cma - OpenFabrics rdma_cm    - uses rdma_cm services for 
connections
 @@ -68,7 +68,7 @@ entry is termed Static Registration.
-                                         - libdaplucm.so (1.2), libdaploucm 
(2.0)
+                                         - libdaploucm (2.0)
  .PP
  .SH Example entries for each OpenFabrics provider 
 -\br 
 +\br
  
-         1. cma - OpenFarbrics rdma_cm (v1.2 and v2.0 examples)
+         1. cma - OpenFarbrics rdma_cm examples
  

++++++ dapl-s390.patch ++++++
--- /var/tmp/diff_new_pack.2978Ms/_old  2017-07-21 22:50:21.768572991 +0200
+++ /var/tmp/diff_new_pack.2978Ms/_new  2017-07-21 22:50:21.772572426 +0200
@@ -1,11 +1,7 @@
----
- dapl/udapl/linux/dapl_osd.h |   10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-Index: dapl/udapl/linux/dapl_osd.h
-===================================================================
---- dapl/udapl/linux/dapl_osd.h.orig   2016-03-10 14:56:57.000000000 +0100
-+++ dapl/udapl/linux/dapl_osd.h        2016-03-10 18:28:46.909424533 +0100
+diff --git dapl/udapl/linux/dapl_osd.h dapl/udapl/linux/dapl_osd.h
+index 2b255d0..d9362f5 100644
+--- dapl/udapl/linux/dapl_osd.h
++++ dapl/udapl/linux/dapl_osd.h
 @@ -51,7 +51,7 @@
  
  #if !defined (__i386__) && !defined (__ia64__) && !defined(__x86_64__) && \


Reply via email to