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

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Thu Mar 31 14:47:57 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  f15f41d   Imported Upstream version 1.1.8
       new  c172c00   Imported Upstream version 1.2.0

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                   |   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 +-
 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 +
 43 files changed, 9137 insertions(+), 4649 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