[Pkg-ofed-commits] [libibverbs] branch master updated (5973959 -> c0888c6)

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


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

ana pushed a change to branch master
in repository libibverbs.

      from  5973959   Release libibverbs 1.2.0-2
       new  18daf56   New upstream version 1.2.1
       new  b2c7a61   Merge tag 'upstream/1.2.1'
       new  412c1a9   Fix the team name in debian/control
       new  e78fe07   Update symbols file
       new  c0888c6   Release libibverbs 1.2.1-1

The 5 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 +-
 debian/changelog                                |   8 +
 debian/control                                  |   2 +-
 debian/libibverbs1.symbols                      |   6 +
 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 ++++
 37 files changed, 2243 insertions(+), 313 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