[Pkg-ofed-commits] [libibverbs] branch upstream updated (c172c00 -> 18daf56)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Sep 6 20:58:59 UTC 2016


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

ana pushed a change to branch upstream
in repository libibverbs.

      from  c172c00   Imported Upstream version 1.2.0
       new  18daf56   New upstream version 1.2.1

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                                     |  14 +-
 aclocal.m4                                      | 211 +++++++++-----
 configure                                       |  20 +-
 configure.ac                                    |   2 +-
 examples/asyncwatch.c                           |  54 +++-
 examples/devinfo.c                              | 106 +++++++
 examples/pingpong.c                             |  10 -
 examples/pingpong.h                             |   1 -
 examples/rc_pingpong.c                          | 278 ++++++++++++++----
 examples/xsrq_pingpong.c                        |  72 ++++-
 include/infiniband/arch.h                       |  15 +-
 include/infiniband/driver.h                     |  29 ++
 include/infiniband/kern-abi.h                   | 123 +++++++-
 include/infiniband/verbs.h                      | 367 +++++++++++++++++++++++-
 libibverbs.spec                                 |   9 +-
 libibverbs.spec.in                              |   5 +-
 man/ibv_alloc_mw.3                              |  54 ++++
 man/ibv_asyncwatch.1                            |  14 +
 man/ibv_bind_mw.3                               |  92 ++++++
 man/ibv_create_cq_ex.3                          | 149 ++++++++++
 man/ibv_create_flow.3                           | 174 +++++++++++
 man/ibv_inc_rkey.3                              |  32 +++
 man/ibv_post_send.3                             |  51 +++-
 man/ibv_query_device_ex.3                       |   7 +-
 man/ibv_query_rt_values_ex.3                    |  50 ++++
 man/ibv_rereg_mr.3                              |  76 +++++
 man/{ibv_srq_pingpong.1 => ibv_xsrq_pingpong.1} |  41 +--
 src/cmd.c                                       | 340 ++++++++++++++++++----
 src/device.c                                    |  49 ++++
 src/ibverbs.h                                   |   5 +
 src/libibverbs.map                              |   6 +
 src/memory.c                                    |   8 +-
 src/verbs.c                                     |  62 ++++
 34 files changed, 2228 insertions(+), 312 deletions(-)
 create mode 100644 man/ibv_alloc_mw.3
 create mode 100644 man/ibv_bind_mw.3
 create mode 100644 man/ibv_create_cq_ex.3
 create mode 100644 man/ibv_create_flow.3
 create mode 100644 man/ibv_inc_rkey.3
 create mode 100644 man/ibv_query_rt_values_ex.3
 create mode 100644 man/ibv_rereg_mr.3
 copy man/{ibv_srq_pingpong.1 => ibv_xsrq_pingpong.1} (51%)

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



More information about the Pkg-ofed-commits mailing list