[Pkg-ofed-commits] [libibverbs] branch master updated (ddf4c0c -> 88128b8)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Thu Mar 31 14:47:55 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  ddf4c0c   Imported Debian patch 1.1.8-1
       new  6743468   Imported Debian patch 1.1.8-1.1
       new  c172c00   Imported Upstream version 1.2.0
       new  07a77c0   Merge tag 'upstream/1.2.0'
       new  7041137   New upstream release.
       new  731ba5d   Add build depend on pkg-config, libnl-3-dev, libnl-route-3-dev.
       new  e74448b   Move to maintenance under the pkg-ofed team:
       new  1062783   Update to Standards-Version: 3.9.7.
       new  4462cf7   Remove unnecessary fields in debian/control.
       new  88128b8   release

The 9 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                   |   30 +-
 Makefile.in                   |  143 +-
 aclocal.m4                    |  277 ++-
 config.h.in                   |   15 +-
 config/compile                |    2 +-
 config/config.guess           |  201 +-
 config/config.sub             |   44 +-
 config/depcomp                |    2 +-
 config/install-sh             |  366 ++-
 config/libtool.m4             | 2551 +++++++++++--------
 config/ltmain.sh              | 5508 ++++++++++++++++++++++++++---------------
 config/ltoptions.m4           |  127 +-
 config/ltsugar.m4             |    7 +-
 config/ltversion.m4           |   12 +-
 config/lt~obsolete.m4         |    7 +-
 config/missing                |    2 +-
 configure                     | 2613 ++++++++++++-------
 configure.ac                  |   33 +-
 debian/changelog              |   23 +
 debian/control                |   14 +-
 examples/devinfo.c            |  145 +-
 examples/rc_pingpong.c        |   51 +-
 examples/srq_pingpong.c       |   28 +-
 examples/uc_pingpong.c        |   20 +-
 examples/ud_pingpong.c        |   18 +-
 include/infiniband/arch.h     |    7 +
 include/infiniband/driver.h   |   10 +
 include/infiniband/kern-abi.h |   36 +-
 include/infiniband/verbs.h    |  138 +-
 libibverbs.spec               |    9 +-
 libibverbs.spec.in            |    7 +-
 man/ibv_get_device_list.3     |    6 +
 man/ibv_poll_cq.3             |    5 +
 man/ibv_post_send.3           |    4 +
 man/ibv_query_device_ex.3     |   70 +
 man/ibv_reg_mr.3              |    2 +
 src/cmd.c                     |  147 +-
 src/device.c                  |   22 +-
 src/init.c                    |    2 +-
 src/libibverbs.map            |    4 +
 src/neigh.c                   |  853 +++++++
 src/neigh.h                   |   47 +
 src/nl1_compat.h              |   73 +
 src/sysfs.c                   |   15 +-
 src/verbs.c                   |  127 +
 45 files changed, 9169 insertions(+), 4654 deletions(-)
 create mode 100644 man/ibv_query_device_ex.3
 create mode 100644 src/neigh.c
 create mode 100644 src/neigh.h
 create mode 100644 src/nl1_compat.h

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