[Pkg-ofed-commits] [infiniband-diags] 03/18: Merge tag 'upstream/2.0.0'

Benjamin Drung bdrung at moszumanska.debian.org
Mon Aug 21 16:13:37 UTC 2017


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

bdrung pushed a commit to branch master
in repository infiniband-diags.

commit 3a4e5c01bccffda1e1607923e3349ce80ca3d76c
Merge: 1025bf5 5fb99d5
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Jul 13 10:16:17 2017 +0200

    Merge tag 'upstream/2.0.0'
    
    Upstream version 2.0.0

 COPYING                                            |    3 +-
 ChangeLog                                          | 9367 +-------------------
 INSTALL                                            |  370 +
 Makefile.am                                        |   45 +-
 Makefile.in                                        |  734 +-
 README                                             |   87 +-
 config.h.in                                        |   15 +-
 configure                                          |  489 +-
 configure.ac                                       |   87 +-
 doc/generate                                       |    2 +-
 doc/man/ibhosts.8                                  |    8 +
 doc/man/ibhosts.8.in                               |    8 +
 doc/man/iblinkinfo.8                               |    4 +-
 doc/man/iblinkinfo.8.in                            |    4 +-
 doc/man/ibqueryerrors.8                            |    2 +-
 doc/man/ibqueryerrors.8.in                         |    2 +-
 doc/man/ibrouters.8                                |    8 +
 doc/man/ibrouters.8.in                             |    8 +
 doc/man/ibswitches.8                               |    8 +
 doc/man/ibswitches.8.in                            |    8 +
 doc/man/infiniband-diags.8                         |    2 +-
 doc/man/infiniband-diags.8.in                      |    2 +-
 doc/man/rdma-ndd.8                                 |  105 -
 doc/man/rdma-ndd.8.in                              |  105 -
 doc/rst/ibhosts.8.in.rst                           |    1 +
 doc/rst/iblinkinfo.8.in.rst                        |    4 +-
 doc/rst/ibqueryerrors.8.in.rst                     |    2 +-
 doc/rst/ibrouters.8.in.rst                         |    1 +
 doc/rst/ibswitches.8.in.rst                        |    1 +
 doc/rst/infiniband-diags.8.in.rst                  |    4 +-
 doc/rst/rdma-ndd.8.in.rst                          |   88 -
 etc/ibdiag.conf                                    |    2 -
 etc/rdma-ndd.init                                  |    4 +-
 etc/rdma-ndd.init.in                               |  139 -
 etc/rdma-ndd.service                               |    4 +-
 etc/rdma-ndd.service.in                            |   12 -
 include/ibdiag_common.h                            |   13 +-
 include/ibdiag_version.h                           |    2 +-
 infiniband-diags.spec                              |   75 +-
 infiniband-diags.spec.in                           |   71 +-
 libibmad/ChangeLog                                 |   88 +
 libibmad/Makefile.am                               |   34 +
 {libibnetdisc => libibmad}/Makefile.in             |  482 +-
 libibmad/README                                    |    7 +
 libibmad/include/infiniband/mad.h                  | 1722 ++++
 .../include/infiniband/mad_osd.h                   |   20 +-
 libibmad/libibmad.ver                              |    9 +
 libibmad/src/bm.c                                  |  107 +
 libibmad/src/cc.c                                  |  118 +
 libibmad/src/dump.c                                | 1162 +++
 libibmad/src/fields.c                              | 1260 +++
 libibmad/src/gs.c                                  |  133 +
 libibmad/src/libibmad.map                          |  156 +
 libibmad/src/mad.c                                 |  211 +
 .../src/mad_internal.h                             |   21 +-
 libibmad/src/portid.c                              |  127 +
 libibmad/src/register.c                            |  178 +
 libibmad/src/resolve.c                             |  248 +
 libibmad/src/rpc.c                                 |  441 +
 libibmad/src/sa.c                                  |  191 +
 libibmad/src/serv.c                                |  200 +
 libibmad/src/smp.c                                 |  149 +
 libibmad/src/vendor.c                              |  111 +
 libibnetdisc/Makefile.am                           |    5 +-
 libibnetdisc/Makefile.in                           |  151 +-
 libibnetdisc/src/ibnetdisc.c                       |   24 +-
 libibnetdisc/src/internal.h                        |    1 -
 scripts/ibhosts                                    |   19 +-
 scripts/ibhosts.in                                 |   19 +-
 scripts/ibrouters                                  |   19 +-
 scripts/ibrouters.in                               |   19 +-
 scripts/ibswitches                                 |   19 +-
 scripts/ibswitches.in                              |   19 +-
 src/ibaddr.c                                       |    2 +-
 src/ibdiag_common.c                                |   42 +-
 src/ibportstate.c                                  |   39 +-
 src/ibsendtrap.c                                   |   62 +
 src/ibstat.c                                       |   15 +-
 src/ibtracert.c                                    |    2 +-
 src/mcm_rereg_test.c                               |   12 +-
 src/perfquery.c                                    |  136 +-
 src/rdma-ndd.c                                     |  428 -
 src/saquery.c                                      |    6 +-
 src/smpdump.c                                      |    7 +-
 src/smpquery.c                                     |    2 +-
 src/vendstat.c                                     |   14 +-
 86 files changed, 8531 insertions(+), 11602 deletions(-)

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



More information about the Pkg-ofed-commits mailing list