[Pkg-ofed-commits] [librdmacm] 09/18: Imported Debian patch 1.0.14-1

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Jul 2 13:58:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository librdmacm.

commit 8b9e5081deab67e407374cbdcc0bb9c6d8010c05
Merge: 511f5bc 469d817
Author: Roland Dreier <rolandd at cisco.com>
Date:   Wed Dec 15 11:24:19 2010 -0800

    Imported Debian patch 1.0.14-1

 Makefile.am                            |   42 +-
 Makefile.in                            |  169 +++++-
 aclocal.m4                             |   42 +-
 config.h.in                            |    6 +
 config/config.guess                    |   19 +-
 config/config.sub                      |   34 +-
 config/ltmain.sh                       |   12 +-
 configure                              |  629 ++++++++++++++------
 configure.in                           |   23 +-
 debian/changelog                       |   16 +-
 debian/control                         |    2 +-
 debian/patches/link-with-pthread.patch |   24 +
 debian/patches/series                  |    1 +
 debian/source/format                   |    1 +
 examples/cmatose.c                     |   53 +-
 examples/mckey.c                       |   60 +-
 examples/rdma_client.c                 |  134 +++++
 examples/rdma_server.c                 |  149 +++++
 examples/rping.c                       |   12 +-
 include/infiniband/ib.h                |  107 ++++
 include/rdma/rdma_cma.h                |  119 +++-
 include/rdma/rdma_cma_abi.h            |   75 ++-
 include/rdma/rdma_verbs.h              |  296 ++++++++++
 librdmacm.spec                         |    4 +-
 librdmacm.spec.in                      |    2 +-
 man/mckey.1                            |    5 +
 man/rdma_accept.3                      |    3 +
 man/rdma_ack_cm_event.3                |    3 +
 man/rdma_bind_addr.3                   |    3 +
 man/rdma_client.1                      |   31 +
 man/rdma_cm.7                          |  133 ++++-
 man/rdma_connect.3                     |    8 +-
 man/rdma_create_ep.3                   |   60 ++
 man/rdma_create_event_channel.3        |    3 +
 man/rdma_create_id.3                   |   19 +-
 man/rdma_create_qp.3                   |   21 +-
 man/rdma_dereg_mr.3                    |   28 +
 man/rdma_destroy_ep.3                  |   21 +
 man/rdma_destroy_event_channel.3       |    3 +
 man/rdma_destroy_id.3                  |    7 +-
 man/rdma_destroy_qp.3                  |    3 +
 man/rdma_disconnect.3                  |    3 +
 man/rdma_event_str.3                   |    2 +
 man/rdma_free_devices.3                |    2 +
 man/rdma_get_cm_event.3                |   17 +-
 man/rdma_get_devices.3                 |    3 +
 man/rdma_get_dst_port.3                |    3 +
 man/rdma_get_local_addr.3              |    4 +
 man/rdma_get_peer_addr.3               |    4 +
 man/rdma_get_recv_comp.3               |   31 +
 man/rdma_get_request.3                 |   34 ++
 man/rdma_get_send_comp.3               |   31 +
 man/rdma_get_src_port.3                |    3 +
 man/rdma_getaddrinfo.3                 |   91 +++
 man/rdma_join_multicast.3              |    3 +
 man/rdma_leave_multicast.3             |    3 +
 man/rdma_listen.3                      |    3 +
 man/rdma_migrate_id.3                  |    9 +-
 man/rdma_notify.3                      |    5 +
 man/rdma_post_read.3                   |   55 ++
 man/rdma_post_readv.3                  |   52 ++
 man/rdma_post_recv.3                   |   50 ++
 man/rdma_post_recvv.3                  |   47 ++
 man/rdma_post_send.3                   |   51 ++
 man/rdma_post_sendv.3                  |   48 ++
 man/rdma_post_ud_send.3                |   54 ++
 man/rdma_post_write.3                  |   55 ++
 man/rdma_post_writev.3                 |   52 ++
 man/rdma_reg_msgs.3                    |   42 ++
 man/rdma_reg_read.3                    |   41 ++
 man/rdma_reg_write.3                   |   41 ++
 man/rdma_reject.3                      |    3 +
 man/rdma_resolve_addr.3                |    3 +
 man/rdma_resolve_route.3               |    3 +
 man/rdma_server.1                      |   26 +
 man/rdma_set_option.3                  |    3 +
 src/acm.c                              |  324 ++++++++++
 src/addrinfo.c                         |  248 ++++++++
 src/cma.c                              | 1013 ++++++++++++++++++++++++++------
 src/cma.h                              |  132 +++++
 src/librdmacm.map                      |    5 +
 81 files changed, 4435 insertions(+), 546 deletions(-)

diff --cc debian/changelog
index d2ec3ba,0000000..d318725
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,37 -1,0 +1,49 @@@
++librdmacm (1.0.14-1) experimental; urgency=low
++
++  * Switch to dpkg-source 3.0 (quilt) format.
++  * Update to Standards-Version: 3.9.1 (no changes needed).
++  * New upstream release.
++    - Add IPv6 support
++    - Add new higher-level, simpler API
++    - Add new client/server examples
++  * Link directly with libpthread.  (Closes: #555380)
++
++ -- Roland Dreier <rolandd at cisco.com>  Wed, 15 Dec 2010 11:24:19 -0800
++
 +librdmacm (1.0.10-1) unstable; urgency=low
 +
 +  * Update to Standards-Version: 3.8.3 (no changes needed).
 +  * Move -dbg package to section debug.
 +  * Change build system from cdbs to debhelper 7.
 +  * New upstream release:
 +    - Many small fixes.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Wed, 18 Nov 2009 15:40:14 -0800
 +
 +librdmacm (1.0.8-1) unstable; urgency=low
 +
 +  * New upstream release:
-     - Report address change and timewait exit events (requires 
++    - Report address change and timewait exit events (requires
 +      kernel 2.6.27).
 +    - Minor enhancements to example programs.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 08 Aug 2008 14:24:16 -0700
 +
 +librdmacm (1.0.7-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - Set status correctly for rejects.
 +    - Add new function rdma_migrate_id().
 +  * We actually require libibverbs 1.1 (not 1.0) to build.
 +  * Add debian/watch file.
 +  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass appropriate -V option to
-     dh_makeshlibs, since a new symbol rdma_migrate_id() was added in 
++    dh_makeshlibs, since a new symbol rdma_migrate_id() was added in
 +    librdmacm 1.0.7.
 +
 + -- Roland Dreier <rolandd at cisco.com>  Fri, 28 Mar 2008 20:44:44 -0700
 +
 +librdmacm (1.0.6-1) unstable; urgency=low
 +
 +  * Initial Release.  (Closes: #462348)
 +
 + -- Roland Dreier <rolandd at cisco.com>  Tue, 05 Feb 2008 13:49:52 -0800
diff --cc debian/control
index 544aa03,0000000..f690022
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,93 -1,0 +1,93 @@@
 +Source: librdmacm
 +Priority: extra
 +Maintainer: Roland Dreier <rolandd at cisco.com>
 +Build-Depends: autoconf, automake, libtool, debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1)
- Standards-Version: 3.8.3
++Standards-Version: 3.9.1
 +Section: libs
 +Homepage: http://www.openfabrics.org/
 +
 +Package: librdmacm1
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: A library for managing RDMA connections
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains the shared library.
 +
 +Package: librdmacm-dev
 +Section: libdevel
 +Architecture: any
 +Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
 +Description: Development files for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package is needed to compile programs against librdmacm1.
 + It contains the header files and static libraries (optionally)
 + needed for compiling.
 +
 +Package: librdmacm1-dbg
 +Section: debug
 +Priority: extra
 +Architecture: any
 +Depends: ${misc:Depends}, librdmacm1 (= ${binary:Version})
 +Description: Debugging symbols for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains the debugging symbols associated with
 + librdmacm1. They will automatically be used by gdb for debugging
 + librdmacm-related issues.
 +
 +Package: rdmacm-utils
 +Section: net
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Examples for the librdmacm library
 + librdmacm is a library that allows applications to set up reliable
 + connected and unreliable datagram transfers when using RDMA adapters.
 + It provides a transport-neutral interface in the sense that the same
 + code can be used for both InfiniBand and iWARP adapters.  The
 + interface is based on sockets, but adapted for queue pair (QP) based
 + semantics: communication must use a specific RDMA device, and data
 + transfers are message-based.
 + .
 + librdmacm only provides communication management (connection setup
 + and tear-down) and works in conjunction with the verbs interface
 + provided by libibverbs, which provides the interface used to actually
 + transfer data.
 + .
 + This package contains useful librdmacm1 example programs such as
 + rping and udaddy.
diff --cc debian/patches/link-with-pthread.patch
index 0000000,0000000..aa42d1d
new file mode 100644
--- /dev/null
+++ b/debian/patches/link-with-pthread.patch
@@@ -1,0 -1,0 +1,24 @@@
++Description: Add check for libpthread during configure
++ Add a check for libpthread during librdmacm configure.  This will add
++ libpthread to the list of libraries that librdmacm is linked to.
++ Currently librdmacm gets libpthread implicitly through libibverbs, but
++ this breaks when using a linker that does not implicitly link with such
++ dependencies; eg the new gold linker is such a linker:
++ .
++ <http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking>
++Author: Roland Dreier <rdreier at cisco.com>
++Bug-Debian: http://bugs.debian.org/555380
++Forwarded: http://article.gmane.org/gmane.linux.drivers.rdma/6954
++Index: librdmacm-1.0.14/configure.in
++===================================================================
++--- librdmacm-1.0.14.orig/configure.in	2010-12-15 11:38:46.174436000 -0800
+++++ librdmacm-1.0.14/configure.in	2010-12-15 11:39:01.193264000 -0800
++@@ -45,6 +45,8 @@
++ AC_CHECK_SIZEOF(long)
++ 
++ dnl Checks for libraries
+++AC_CHECK_LIB(pthread, pthread_mutex_init, [],
+++    AC_MSG_ERROR([pthread_mutex_init() not found.  librdmacm requires libpthread.]))
++ if test "$disable_libcheck" != "yes"; then
++ AC_CHECK_LIB(ibverbs, ibv_get_device_list, [],
++     AC_MSG_ERROR([ibv_get_device_list() not found.  librdmacm requires libibverbs.]))
diff --cc debian/patches/series
index 0000000,0000000..e23da36
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++link-with-pthread.patch
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/librdmacm.git



More information about the Pkg-ofed-commits mailing list