[Pkg-ofed-commits] [librdmacm] branch upstream updated (3e676d3 -> f63cc82)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Aug 19 14:03:27 UTC 2014


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

ana pushed a change to branch upstream
in repository librdmacm.

      from  3e676d3   Imported Upstream version 1.0.16
       new  f63cc82   Imported Upstream version 1.0.19

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                         |   14 +-
 Makefile.in                         |  488 +-
 aclocal.m4                          | 7970 +---------------------------
 config.h.in                         |   33 +-
 aclocal.m4 => config/libtool.m4     | 1611 +-----
 config/ltoptions.m4                 |  368 ++
 config/ltsugar.m4                   |  123 +
 config/ltversion.m4                 |   23 +
 config/lt~obsolete.m4               |   92 +
 configure                           | 9919 ++++++++++++++---------------------
 configure.in => configure.ac        |   54 +-
 examples/cmatose.c                  |   53 +-
 examples/cmtime.c                   |  693 +++
 examples/common.c                   |   95 +-
 examples/common.h                   |   46 +-
 examples/rdma_client.c              |   71 +-
 examples/rdma_server.c              |  103 +-
 examples/rdma_xclient.c             |  195 +-
 examples/rdma_xserver.c             |  285 +-
 examples/{rstream.c => riostream.c} |  344 +-
 examples/rping.c                    |   37 +-
 examples/rstream.c                  |  274 +-
 examples/udaddy.c                   |   47 +-
 examples/udpong.c                   |  568 ++
 include/rdma/rdma_cma.h             |   21 +-
 include/rdma/rdma_verbs.h           |    3 +-
 include/rdma/rsocket.h              |   11 +-
 librdmacm.spec                      |    4 +-
 librdmacm.spec.in                   |    2 +-
 man/rdma_accept.3                   |    5 +-
 man/rdma_connect.3                  |    0
 man/rdma_create_id.3                |    2 +
 man/rdma_create_qp.3                |    0
 man/rdma_destroy_ep.3               |    5 +-
 man/rdma_destroy_qp.3               |    3 -
 man/rdma_getaddrinfo.3              |    3 +
 man/rdma_join_multicast.3           |    0
 man/rdma_notify.3                   |    0
 man/rdma_xclient.1                  |    5 +-
 man/rdma_xserver.1                  |    5 +-
 man/{rstream.1 => riostream.1}      |   14 +-
 man/rping.1                         |    1 +
 man/rsocket.7                       |   89 +-
 man/rstream.1                       |   11 +-
 man/ucmatose.1                      |   23 +-
 man/udaddy.1                        |    1 +
 src/acm.c                           |  202 +-
 src/addrinfo.c                      |  169 +-
 src/cma.c                           |  486 +-
 src/cma.h                           |  103 +-
 src/indexer.c                       |    5 +
 src/indexer.h                       |   44 +
 src/librdmacm.map                   |    7 +
 src/preload.c                       |  649 ++-
 src/rsocket.c                       | 3001 +++++++++--
 55 files changed, 10977 insertions(+), 17403 deletions(-)
 copy aclocal.m4 => config/libtool.m4 (81%)
 create mode 100644 config/ltoptions.m4
 create mode 100644 config/ltsugar.m4
 create mode 100644 config/ltversion.m4
 create mode 100644 config/lt~obsolete.m4
 rename configure.in => configure.ac (63%)
 create mode 100644 examples/cmtime.c
 copy examples/{rstream.c => riostream.c} (65%)
 create mode 100644 examples/udpong.c
 mode change 100755 => 100644 include/rdma/rdma_cma.h
 mode change 100755 => 100644 man/rdma_accept.3
 mode change 100755 => 100644 man/rdma_connect.3
 mode change 100755 => 100644 man/rdma_create_qp.3
 mode change 100755 => 100644 man/rdma_getaddrinfo.3
 mode change 100755 => 100644 man/rdma_join_multicast.3
 mode change 100755 => 100644 man/rdma_notify.3
 copy man/{rstream.1 => riostream.1} (82%)
 mode change 100755 => 100644 src/acm.c
 mode change 100755 => 100644 src/addrinfo.c
 mode change 100755 => 100644 src/cma.c

-- 
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