[Pkg-ofed-commits] [opensm] branch upstream updated (c42e39a ->	80eb2c4)
    Ana Beatriz Guerrero López 
    ana at moszumanska.debian.org
       
    Fri Aug  1 13:48:52 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
ana pushed a change to branch upstream
in repository opensm.
      from  c42e39a   Imported Upstream version 3.3.17
       new  80eb2c4   Imported Upstream version 3.3.18
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:
 ChangeLog                           | 547 ++++++++++++++++++++++
 Makefile.am                         |   2 +-
 Makefile.in                         |   8 +-
 config/compile                      | 142 ++++++
 config/config.guess                 | 866 +++++++++++++++-------------------
 config/config.sub                   | 351 +++-----------
 configure                           |  20 +-
 configure.in                        |   2 +-
 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 +
 97 files changed, 3955 insertions(+), 1439 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