[Pkg-ofed-commits] [opensm] branch master updated (2cf34b8 -> f24dfb9)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Wed Sep 7 21:31:47 UTC 2016


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

ana pushed a change to branch master
in repository opensm.

      from  2cf34b8   Update to Standards-Version 3.9.6, no changes required.
       new  a84d4ec   New upstream version 3.3.20
       new  0d1f024   Merge tag 'upstream/3.3.20'
       new  af5c630   Update Vcs-* fields
       new  a74a0f4   Fix the team name in debian/control
       new  55d6539   Enable hardening
       new  f24dfb9   Bump Standards-Version to 3.9.8, no changes required

The 6 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:
 ChangeLog                           | 612 ++++++++++++++++++++++++++++++++++++
 complib/libosmcomp.ver              |   2 +-
 configure                           |  20 +-
 configure.in                        |   2 +-
 debian/control                      |   8 +-
 debian/rules                        |   2 +
 doc/QoS_management_in_OpenSM.txt    |   6 +-
 doc/current-routing.txt             |   4 +-
 doc/opensm_release_notes-3.3.txt    | 142 ++++++++-
 doc/partition-config.txt            |   6 +-
 include/iba/ib_types.h              |  70 ++---
 include/opensm/osm_base.h           |   3 +-
 include/opensm/osm_node.h           |   2 +-
 include/opensm/osm_opensm.h         |   8 +
 include/opensm/osm_pkey.h           |  54 +++-
 include/opensm/osm_port.h           |  86 +++++
 include/opensm/osm_sa.h             |  12 +
 include/opensm/osm_sa_mad_ctrl.h    |  14 +-
 include/opensm/osm_subnet.h         |  26 +-
 include/opensm/osm_switch.h         |  34 +-
 include/opensm/osm_version.h        |   2 +-
 libvendor/libosmvendor.ver          |   2 +-
 libvendor/osm_vendor_ibumad_sa.c    |  15 +-
 man/opensm.8                        |  12 +-
 man/opensm.8.in                     |  12 +-
 man/osmtest.8                       |   4 +-
 opensm.spec                         |   6 +-
 opensm/libopensm.ver                |   2 +-
 opensm/main.c                       |   2 +-
 opensm/osm_congestion_control.c     |  13 +-
 opensm/osm_console.c                |  52 +--
 opensm/osm_drop_mgr.c               |  25 +-
 opensm/osm_dump.c                   |  12 +-
 opensm/osm_helper.c                 |  63 ++--
 opensm/osm_inform.c                 |  79 ++---
 opensm/osm_mcast_mgr.c              |   5 +-
 opensm/osm_mcast_tbl.c              |   3 +-
 opensm/osm_multicast.c              |  11 +-
 opensm/osm_node.c                   |   5 +-
 opensm/osm_node_info_rcv.c          |  60 +++-
 opensm/osm_opensm.c                 |  29 +-
 opensm/osm_pkey.c                   |  11 +
 opensm/osm_pkey_mgr.c               | 125 ++++++--
 opensm/osm_port.c                   |   5 +-
 opensm/osm_port_info_rcv.c          | 160 +++++-----
 opensm/osm_prtn.c                   |  23 +-
 opensm/osm_prtn_config.c            |  77 ++++-
 opensm/osm_qos.c                    |  24 +-
 opensm/osm_req.c                    |  14 +-
 opensm/osm_sa.c                     |  54 +++-
 opensm/osm_sa_guidinfo_record.c     |   2 +-
 opensm/osm_sa_mad_ctrl.c            |  61 +++-
 opensm/osm_sa_mcmember_record.c     | 236 +++++++++++---
 opensm/osm_sa_path_record.c         |  58 +++-
 opensm/osm_service.c                |   2 +-
 opensm/osm_sm_mad_ctrl.c            |   2 +-
 opensm/osm_state_mgr.c              | 152 +++++++--
 opensm/osm_subnet.c                 |  56 +++-
 opensm/osm_switch.c                 |  14 +-
 opensm/osm_ucast_cache.c            |   9 +-
 opensm/osm_ucast_dfsssp.c           |  89 +++++-
 opensm/osm_ucast_file.c             |   2 +-
 opensm/osm_ucast_ftree.c            | 406 +++++++++++++-----------
 opensm/osm_ucast_lash.c             |   4 +-
 opensm/osm_ucast_mgr.c              |  16 +-
 osmeventplugin/src/osmeventplugin.c |   8 +-
 osmtest/osmt_multicast.c            |  13 +-
 osmtest/osmt_service.c              |  35 ++-
 68 files changed, 2454 insertions(+), 731 deletions(-)

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



More information about the Pkg-ofed-commits mailing list