[Pkg-ofed-commits] [opensm] branch master updated (2c1235a -> 30613ae)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Fri Aug 1 13:48:50 UTC 2014


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

ana pushed a change to branch master
in repository opensm.

      from  2c1235a   Set Architecture: line to linux-any
       new  80eb2c4   Imported Upstream version 3.3.18
       new  3a063b4   Merge tag 'upstream/3.3.18'
       new  5871bb8   update changelog for 3.3.18
       new  561ce93   Update the watch file.
       new  33582dd   Source /lib/lsb/init-functions in opensm.init
       new  30613ae   Release to unstable

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                           | 547 ++++++++++++++++++++++
 Makefile.am                         |   2 +-
 Makefile.in                         |   8 +-
 config/compile                      | 142 ++++++
 config/config.guess                 | 866 +++++++++++++++-------------------
 config/config.sub                   | 351 +++-----------
 configure                           |  20 +-
 configure.in                        |   2 +-
 debian/changelog                    |   7 +-
 debian/opensm.init                  |   2 +
 debian/watch                        |   3 +-
 doc/current-routing.txt             | 907 ++++++++++++++++++++++++++++++++++++
 doc/opensm_release_notes-3.3.txt    | 137 +++++-
 doc/performance-manager-HOWTO.txt   |   2 +-
 include/iba/ib_types.h              |  63 ++-
 include/opensm/osm_base.h           |   2 +
 include/opensm/osm_event_plugin.h   |   1 +
 include/opensm/osm_lid_mgr.h        |  12 +-
 include/opensm/osm_perfmgr.h        |  10 +-
 include/opensm/osm_perfmgr_db.h     |   4 +-
 include/opensm/osm_sm.h             |   2 +-
 include/opensm/osm_subnet.h         |  25 +-
 include/opensm/osm_version.h        |   2 +-
 include/opensm/osm_vl15intf.h       |  11 +-
 include/vendor/osm_vendor_sa_api.h  |   8 +
 libvendor/libosmvendor.ver          |   2 +-
 libvendor/osm_vendor_ibumad.c       | 108 ++++-
 libvendor/osm_vendor_ibumad_sa.c    |  14 +
 man/opensm.8                        |  18 +-
 man/opensm.8.in                     |  18 +-
 opensm.spec                         |   6 +-
 opensm.spec.in                      |   2 +-
 opensm/libopensm.ver                |   2 +-
 opensm/main.c                       |   4 +-
 opensm/osm_congestion_control.c     |  16 +-
 opensm/osm_console.c                |   2 -
 opensm/osm_console_io.c             |  11 +-
 opensm/osm_drop_mgr.c               |   8 +-
 opensm/osm_guid_info_rcv.c          |  10 +-
 opensm/osm_helper.c                 |   4 +-
 opensm/osm_lid_mgr.c                |  12 +-
 opensm/osm_lin_fwd_rcv.c            |   8 +
 opensm/osm_link_mgr.c               |   1 +
 opensm/osm_log.c                    |   5 +-
 opensm/osm_mcast_fwd_rcv.c          |   8 +
 opensm/osm_mcast_mgr.c              |   6 +-
 opensm/osm_node_desc_rcv.c          |   8 +
 opensm/osm_node_info_rcv.c          |  68 ++-
 opensm/osm_opensm.c                 |   2 +-
 opensm/osm_perfmgr.c                | 116 +++--
 opensm/osm_perfmgr_db.c             |  27 +-
 opensm/osm_pkey_rcv.c               |   8 +
 opensm/osm_port.c                   |   6 +-
 opensm/osm_port_info_rcv.c          | 202 ++++++--
 opensm/osm_qos.c                    |  18 +-
 opensm/osm_qos_parser_y.c           | 338 +++++++-------
 opensm/osm_qos_parser_y.y           |  18 +
 opensm/osm_sa.c                     |  67 ++-
 opensm/osm_sa_guidinfo_record.c     |  71 ++-
 opensm/osm_sa_informinfo.c          |   9 +-
 opensm/osm_sa_lft_record.c          |   5 +-
 opensm/osm_sa_link_record.c         |   5 +-
 opensm/osm_sa_mad_ctrl.c            |  14 +-
 opensm/osm_sa_mcmember_record.c     |  35 +-
 opensm/osm_sa_mft_record.c          |   5 +-
 opensm/osm_sa_multipath_record.c    |  67 ++-
 opensm/osm_sa_node_record.c         |   5 +-
 opensm/osm_sa_path_record.c         |  83 ++--
 opensm/osm_sa_pkey_record.c         |   5 +-
 opensm/osm_sa_portinfo_record.c     |   5 +-
 opensm/osm_sa_service_record.c      |  19 +-
 opensm/osm_sa_slvl_record.c         |   5 +-
 opensm/osm_sa_sminfo_record.c       |   5 +-
 opensm/osm_sa_sw_info_record.c      |   5 +-
 opensm/osm_sa_vlarb_record.c        |   5 +-
 opensm/osm_slvl_map_rcv.c           |   9 +
 opensm/osm_sm.c                     |   2 +-
 opensm/osm_sm_mad_ctrl.c            |  20 +-
 opensm/osm_sm_state_mgr.c           |  40 +-
 opensm/osm_sminfo_rcv.c             |  15 +-
 opensm/osm_state_mgr.c              | 100 +++-
 opensm/osm_subnet.c                 | 135 +++++-
 opensm/osm_sw_info_rcv.c            |  60 ++-
 opensm/osm_torus.c                  |  15 +-
 opensm/osm_trap_rcv.c               |  12 +-
 opensm/osm_ucast_dfsssp.c           |  46 +-
 opensm/osm_ucast_ftree.c            |   5 +-
 opensm/osm_ucast_mgr.c              |  24 +-
 opensm/osm_ucast_updn.c             |   4 +-
 opensm/osm_vl15intf.c               |  22 +-
 opensm/osm_vl_arb_rcv.c             |   8 +
 osmeventplugin/src/osmeventplugin.c |   4 +-
 osmtest/include/osmtest.h           |   2 +
 osmtest/main.c                      |  17 +-
 osmtest/osmt_multicast.c            |  14 +
 osmtest/osmt_service.c              |  46 ++
 osmtest/osmt_slvl_vl_arb.c          |  10 +
 osmtest/osmtest.c                   | 165 ++++++-
 scripts/opensm.init                 |   2 +
 scripts/opensm.init.in              |   2 +
 100 files changed, 3964 insertions(+), 1442 deletions(-)
 create mode 100755 config/compile
 create mode 100644 doc/current-routing.txt

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