public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] management tarballs release
@ 2009-11-02  0:44 Sasha Khapyorsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sasha Khapyorsky @ 2009-11-02  0:44 UTC (permalink / raw)
  To: OpenIB, OpenFabricsEWG

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

md5sum:

5a77490e7f604043f5f902e4e4f5d056  libibumad-1.3.3.tar.gz
5f2615fc152cc6dacdca694c16594351  libibmad-1.3.3.tar.gz
0a50e041932b4abf240c8d4a519e59a4  opensm-3.3.3.tar.gz
2454d7f1103bfaa8692c759332639c3c  infiniband-diags-1.5.3.tar.gz

All component versions are from recent master branch. Full change log is
below.

Sasha


Al Chu (9):
      libibnetdisc cleanup patches
      fix libibnetdisc API consistency and bugs
      fix libibnetdisc API consistency and bugs
      fix libibnetdisc API consistency and bugs
      fix libibnetdisc API consistency and bugs
      fix libibnetdisc API consistency and bugs
      fix libibnetdisc API consistency and bugs
      split out ibnd_fabric_t fields that are only used during a scan
      remove 'dist' field from ibnd_node_t, which was virtually not used

Dale Purdy (1):
      Add LMC support to DOR routing

Doron Shoham (3):
      saquery: fix -c arguement
      osm_port.c: check if op_vls = 0 before max_op_vls comparison
      ibportstate: fixes for width option

Eli Dorfman (Voltaire) (6):
      opensm/osm_lid_mgr.c bug in opensm LID assignment
      infiniband-diags: Do not change port state on SubnSet
      infiniband_diags/ibportstate.c perform reset in a single mad
      opensm/osm_sa.c add attribute and component mask to error message
      opensm/osm_sa_node_record.c use comp mask to match by LID or GUID
      Fix IB network discovery from switch node.

Hal Rosenstock (127):
      opensm/PerfMgr: Change redir_tbl_size to num_ports for better clarity
      opensm: Add SuperMicro to list of recognized vendors
      infiniband-diags/saquery.c: Display attribute ID in hex rather than decimal
      opensm: Changes to spec and make files for updated release notes
      libibmad: Add support for SA PathRecord SL field
      opensm/PerfMgr: Remove some underbars from internal names
      infiniband-diags/ibnetdiscover.c: Cosmetic formatting changes
      opensm/PerfMgr DB: Remove leading underscores from internal names
      opensm/osm_perfmgr_db.c: Remove unneeded initialization in perfmgr_db_print_by_name
      opensm/PerfMgr: Cosmetic changes
      opensm/osm_port.c: Remove error number from debug level log message
      opensm/PerfMgr: Reduce host name length
      opensm/osm_port.c: Change log level of Invalid OP_VLS 0 message to VERBOSE
      infiniband-diags/ibdiag_common.c: Eliminate compile warning on x86_64 archs
      libibmad/resolve.c: Determine SL properly
      opensm/osm_mesh.c: Use define rather than hard coded constant
      opensm/osm_ucast_lash.c: Fix commentary typo
      opensm/osm_ucast_lash.c: Use calloc rather than malloc/memset
      libibmad/resolve.c: Remove compile warning on x86_64 arch
      opensm/osm_ucast_lash.(h c): Replace memory allocation by array
      opensm/osm_ucast_lash.c: Remove some unused code
      opensm/libvendor/osm_vendor_(ibumad mlx)_sa.c: Handle malloc failure in __osmv_send_sa_req
      opensm/man/osmtest.8: Update email address
      infiniband-diags/ibroute.c: Fix format and typo in printf
      opensm/osmtest: Fix some typos
      opensm/osm_ucast_mgr.c: Add error numbers to some error log messages
      opensm/osm_sa_(path multipath)_record.c: Fix typo in a couple of log messages
      opensm/osm_mcast_tbl.c: In osm_mcast_tbl_init, use calloc
      opensm/osm_switch.c: In osm_switch_prepare_path_rebuild, use realloc
      opensm/osm_ucast_ftree.c: Made error numbers unique in some log messages
      infiniband-diags/README: Update saquery dependencies
      opensm/osm_qos_policy.c: Use proper size in malloc in osm_qos_policy_vlarb_scope_create
      opensm/osm_qos_policy.c: Use calloc rather than malloc/memset
      infiniband-diags/ibtracert.c: Fix comparison to SwitchInfo.MulticastFDBCap in switch_mclookup
      infiniband-diags/ibroute.c: Fix typo in IBWARN message
      opensm/osm_mesh.c: Improve VL utilization
      infiniband-diags/ibtracert.c: Fix linearcap test in switch_lookup
      opensm/lash: Set minimum VL for LASH to use
      opensm/main.c: Display LASH start VL when specified
      opensm/osm_subnet.c: Format lash_start_vl consistent with other uint8 items
      opensm/osm_ucast_lash.c: Minor cleanups
      opensm: Add ability to configure SMSL
      opensm/main.c: Display SMSL when specified
      libibmad/mad.c: Validate DR hop count for SMPs and handle errors
      opensm/osm_ucast_lash.c: Handle malloc failures better
      opensm/osm_lash: Fix use after free problem in osm_mesh_node_delete
      opensm/ib_types.h: Update ib_mad_is_response description
      opensm: osm_dr_path_extend can fail due to invalid hop count
      opensm/osm_path.h: In osm_dr_path_init, only copy needed part of path
      opensm/osm_ucast_lash.c: Remove osm_mesh_node_delete call from switch_delete
      opensm/osm_path.h: Fix osm_dr_path_extend return values comment
      opensm/osm_helper.h: Fix some commentary typos
      opensm/osm_sm_mad_ctrl.c: In sm_mad_ctrl_send_err_cb, indicate failed attribute
      infiniband-diags/ibnetdiscover.8: Add max hops option
      opensm/osm_trap_rcv.c: Use proper flag name in comment
      infiniband-diags/ibsendtrap.c: Fill in capability mask on trap 144
      opensm/osm_ucast_lash.c: Added error numbers to some error log messages
      opensm/osm_ucast_lash.c: Directly call calloc/free rather than create/delete_cdg
      opensm/osm_lin_fwd_rcv.c: Commentary change
      infiniband-diags/ibsendtrap.c: Add support for link_speed_enabled_change trap
      opensm/osm_ucast_lash.c: Handle calloc failure in generate_cdg_for_sp
      opensm/osm_trap_rcv.c: Validate trap is 144 before checking for NodeDescription changed
      opensm/osm_mesh.c: Reorder switches for lash
      opensm/osm_mesh.h: Fix SFW copyright
      opensm/osm_qos_policy.c: Some minor simplifications
      opensm/osm_mcast_tbl.c: In osm_mcast_tbl_get_block, eliminate unneeded check
      infiniband-diags/saquery.c: Fix typo in option name
      opensm/osm_sm_mad_ctrl.c: Fix endian of status in error message
      opensm/osm_helper.c: In osm_dump_dr_smp, fix endian of status
      opensm/libvendor/osm_vendor_ibumad.c: Handle umad_alloc failure in osm_vendor_get
      infiniband-diags/saquery.c: Fix CHECK_AND_SET_VAL macro
      infiniband-diags/saquery.c: Allow pkey and qkey to be hidden
      opensm: Parallelize (Stripe) LFT sets across switches
      opensm/osm_helper.c: Only change method when > rather than >=
      opensm/osm_helper.c: Add SM priority changed into trap 144 description
      opensm/osm_ucast_lash.c: In lash_core, return status -1 for all errors
      libibmad: Add support for MulticastFDBTop
      opensm/ib_types.h: Add CounterSelect2 field to PortCounters attribute
      infiniband-diags/perfquery.c: Indicate whether PortXmitWait counter is supported
      opensm: Add infrastructure support for MulticastFDBTop
      infiniband-diags/ibroute: Add support for MulticastFDBTop
      opensm: Parallelize (Stripe) MFT sets across switches
      opensm/osm_base.h: Add new SA ClassPortInfo:CapabilityMask2 bit allocations
      opensm doc: Indicated limited (rather than partial) partition membership
      opensm/opensm.8.in: Cosmetic formatting change
      opensm/opensm.8.in: Indicate default rule for Default partition
      infiniband-diags/ibportstate: Support changing of link width
      opensm/osm_inform.c: For traps 64-67, use GID from DataDetails in log message
      opensm: Add infrastructure support for more newly allocated PortInfo CapabilityMask bits
      libibmad/dump.c: In mad_dump_portcapmask, decode new capabilities
      libibmad/mad.h: Add a couple of SM class attribute IDs
      osmtest: Add SA get PathRecord stress test
      opensm/osm_perfmgr_db.c: Fix memory leak of db nodes
      libibmad/dump.c: Fix typo
      opensm/osm_mesh.c: Remove edges in lash matrix
      infiniband-diags/ibportstate.c: Eliminate uninitialized variable compile warning
      opensm/osm_mesh.c: Add dump_mesh routine at OSM_LOG_DEBUG level
      opensm/osm_lid_mgr.c: Fix typo in OSM_LOG message
      opensm/osm_pkey.c: Cosmetic changes
      opensm/osm_mcast_mgr.c: In mcast_mgr_set_mft_block, fix node GUID in log message
      opensm/osm_mcast_tbl.c: Cosmetic changes
      opensm: Reduce heap consumption by unicast routing tables (LFTs)
      infiniband-diags/saquery.c: Modify dump_path_record
      opensm: Add infrastructure support for PortInfo IsMulticastPkeyTrapSuppressionSupported
      opensm/ib_types.h: Mask off client rereg bit in set_client_rereg
      opensm/osm_mesh: Cosmetic changes
      opensm/release notes: Fix typo
      opensm/osm_ucast_updn.c: Reduce temporary allocation of cas_per_sw
      opensm/osm_subnet.h: Add mgrp_mgid_tbl description
      opensm/osm_mcast_mgr.c: Cosmetic changes
      opensm/osm_lid_mgr.c: Cosmetic commentary changes
      opensm/osm_ucast_updn.c: Further reduction in cas_per_sw allocation
      opensm/osm_sa_mcmember_record.c: Make mcmr_rcv_create_new_mgrp static function
      opensm: Add some additional HP vendor IDs/OUIs
      opensm/osm_vendor_api.h: Fix some commentary typos
      opensm/osm_sm_state_mgr.c: Cosmetic formatting changes
      opensm: Cosmetic changes
      opensm/osm_ucast_cache.c: Eliminate unneeded define
      opensm/osm_mcast_tbl.(h c): Make max_mlid_ho be maximum MLID configured
      infiniband-diags/ibqueryerrors.c: Cosmetic changes
      opensm: Reduce heap consumption by multicast routing tables (MFTs)
      libibmad: Add support for PortXmitDiscardDetails
      infiniband-diags/perfquery: Add support for optional PortXmitDiscardDetails counter
      opensm/osm_vendor_ibumad: Use OSM_UMAD_MAX_AGENTS rather than UMAD_CA_MAX_AGENTS
      opensm/osm_sm_mad_ctrl.c: In sm_mad_ctrl_send_err_cb, set init failure on PKeyTable and QoS initialization failure
      opensm: Add configurable retries for transactions
      opensm/osm_trap_rcv.c: Minor reorganization of trap_rcv_process_request

Ira Weiny (45):
      Create a new library libibnetdisc
      Convert iblinkinfo.pl to C and use new ibnetdisc library.
      clean up iblinkinfo conversion
      Convert ibnetdiscover to use new ibnetdisc library
      libibnetdisc: change ibnd_discover_fabric to receive ibmad_port
      Add mad_field_name function
      Convert ibqueryerrors.pl to C and use new ibnetdisc library.
      ibqueryerrors: switch_guid_str is required for the string resolve function.
      Fix reversal of DRSLID and DRDLID in MAD_FIELDS enum.
      Add combined routing support to libibnetdisc
      Modify '-S' option of iblinkinfo and ibqueryerrors to do a limited scan of the
      Fix 2 formatting diff's from old ibqueryerrors.
      Clean up printing of switch heading when printing "down links" only.
      Move _with_node_name_map rpm spec option from infiniband-diags to opensm.
      ibnetdiscover: only report max hops discovered when requested
      iblinkinfo, ibqueryerrors: prevent core when switch is not found
      iblinkinfo: remove unused file pointer.
      iblinkinfo: convert to ibdiag_process_opts
      ibqueryerrors: fix custom opts string
      iblinkinfo: optomize -D operation
      ibqueryerrors: optomize -D operation
      ibprintca.pl: fix corner case: print switch information for CA's found at the end of the cache file.
      iblinkinfo, ibqueryerrors: clean up ibdiag_process_opts call
      Fix error return code from mad_send_via
      Add ib_resolve_gid_via and make portid an out only parameter of ib_resolve_portid_str_via
      libibmad: Ensure the proper length is passed into umad_recv on each call
      opensm: remove extra "0x" from debug message.
      infiniband-diags/libibnetdisc: fix DBGFLAGS variable
      libibmad: clear packet buffer correctly before formating and sending
      libibnetdisc: fix potential memory leak of port object
      infiniband-diags/libibnetdisc: remove all IBPANIC's and clean up error handling
      libibmad: make accessors function for timeout values used in libibmad
      libibmad: make accessors function for retry values used in libibmad
      libibnetdisc: make all fields of ibnd_node_t public
      libibnetdisc: make all fields of ibnd_port_t public
      libibnetdisc: make all fields of ibnd_fabric_t public
      opensm/complib: account for nsec overflow in timeout values
      infiniband-diags/libibnetdisc: add missing '\n' to error message
      libibnetdisc: add retract_dpath function
      infiniband-diags/src/ibqueryerrors.c: fix bug when attempting a sub-fabric scan
      infiniband-diags/src/ibqueryerrors.c: Remove --all option and replace it with --switch, --ca, --router
      opensm/opensm/osm_subnet.c: adjust buffer to ensure a '\n' is printed
      infiniband-diags/libibnetdisc/ibnetdisc.c: fix bug in single node processing.
      infiniband-diags/src/ibqueryerrors: Add clear errors and counters options
      infiniband-diags/ibqueryerrors: Use remap'ed node name in clear port error message

Jason Gunthorpe (1):
      Clarify the syntax of the hop_weights_file

Joachim Fenkes (1):
      libibmad: Handle MAD redirection

Keshetti Mahesh (3):
      infiniband-diags/: Cosmetic changes, mostly typos
      'ibcheckportwidth' : Exit if LWS is 1X
      infiniband-diags/libibnetdisc: Removed trivial comments

Line.Holen-UdXhSnd/wVw@public.gmane.org (7):
      opensm/osm_ucast_ftree.c Increase the size of the hop table
      osm_sa_patch_record.c Remove unneeded break statement
      osm_dump.c dump port if lft is set up
      osm_ucast_ftree.c Count number of hops instead of calculating it
      opensm: Add new Sun vendor ID
      opensm/osm_ucast_ftree.c Fix assert comparing number of CAs to CN ports
      osm_ucast_ftree.c missing reset of ca_ports

Nicolas Morey-Chaisemartin (9):
      management: Fixed custom_release in SPEC files
      OpenSM: include/vendor/osm_vendor.h - Replaced #elif with no condition by #else
      infiniband-diags: Added libibnetdiscover to .spec file
      opensm/osm_ucast_ftree.c: Enhanced Fat-Tree algorithm
      opensm/osm_ucast_ftree.c: Fixed issue with reverse_hops introduced by commit 1d7dd18b531c1d6370f80cc7303493d6f3e3e777.
      opensm/osm_ucast_ftree.cd: Added support for same level links
      osm_ucast_ftree.c: Removed reverse_hop parameters from fabric_route_upgoing_by_going_down
      osm_ucast_ftree.c: Cleaned up many comments
      osm_ucast_ftree.c: Applied osm_indent

Sasha Khapyorsky (117):
      ibnetdiscover: fix types to avoid portability castings
      infiniband-diags: cosmetic fixes
      infiniband-diags: remove not used ibnetdiscover.h
      ibdiag_common: remove duplicated ibdebug variable
      Merge branch 'pq/ibn4'
      libibumad: keep port capmask as 32-bit variable
      ibstat.c: use htohl() for 32-bit capmask conversion
      opensm/osm_sa_node_record.c: simplify flows
      opensm/osm_ucast_ftree.c: indentation fixes
      opensm: sweep component processors return status value
      opensm/osm_sminfo_rcv.c: clean type of smi_rcv_process_get_sm()
      complib/Makefile.am: prevent file duplications
      libibnetdisc/Makefile.am: add internal.h to SOURCES list
      infiniband-diags/libibnetdisc: add man pages to EXTRA_DIST
      opensm: find MC group by MGID using fleximap
      opensm/osm_sm.c: code consolidation
      opensm/osm_mcst_mgr.c: check number of switches only once
      opensm/osm_macst_mgr.c: merge functions
      opensm/main.c: indentation fixes
      bibnetdisc/ibnetdisc.c: fix parameter incompatibility warning
      infiniband-diags/ibnetdiscover: remove not used var
      libibmad: use NULL as null pointer
      opensm/osm_req.c: indentation fixes
      infiniband-diags/man: break long lines
      infiniband-diags/ibsendtrap.c: fix array size
      infiniband-diags/ibsendtrap.c: code consolidation
      libibnetdisc/ibnetdisc.c: typo fix
      libibnetdisc: indentation fixes
      infiniband-diags/ibportstate.c: consolidate flows
      infiniband-diags/ibportstat.c: simplify conditions
      infiniabnd-diags: indentation fixes
      libibumad: indentation fixes
      libibmad: fix warnings
      libibmad: indentation fixes
      libibnetdisc: fix again typo in dump_node()
      complib/cl_event.c: change nanosec var type long
      complib: indentation fixes
      complib: format comment blocks
      opensm/osm_ucast_mgr.c: simplify fwd tables setup flow
      opensm/osm_ucast_mgr: better lft setup
      opensm/osm_ucast_mgr.c: better function names
      opensm/osm_ucast_mgr.c: move fwd tables setup function
      infiniband-diags/perfquery: indentation fixes
      libibnetdisc: fix compilation warning
      infiniband-diags/ibroute: minor flow optimization
      opensm: use mgrp pointer in port mcm_info
      opensm: use mgrp pointer as osm_sm_mcgrp_join/leave() parameter
      opensm: remove not used osm_mgrp_apply_func() function
      opensm: improve multicast re-routing requests processing
      opensm/multicast: remove change id tracking
      opensm/osm_mcast_mgr.c: multicast routing by mlid - renaming
      opensm/osm_mcast_mgr.c: almost cosmetic
      opensm/osm_sa_mcmember_record.c: cosmetic
      opensm/multicast: kill mc group to_be_deleted flag
      opensm/osm_ucast_ftree.c: indentation fixes
      opensm/osm_multicast.[hc]: cosmetic changes
      opensm/osm_prtn.c: minor improvements
      opensm/osm_multicast: remove unused osm_mcast_mgr_ctxt_t
      opensm: fix uninitialized return value in osm_sm_mcgrp_leave()
      opensm: port object reference in mcm ports list
      opensm/multicast: consolidate port addition/removing code
      opensm/multicast: merge mcm_port and mcm_info
      opensm/osm_sa_node_record.c: dump NodeInfo with debug verbosity
      opensm: remove not used osm_mcm_info.[ch] files
      opensm/multicast: consolidate osm_mgrp_cleanup() calls
      opensm/osm_notice.c: move logging code to separate function
      opensm/osm_sa_mcmember_record.c: clean uninitialized variable use
      opensm/osm_prtn.c: cosmetic
      opensm/multicast: improve function prototypes
      opensm/osm_sa_path_record.c: validate multicast membership
      opensm: discard multicast SA PR with wildcard DGID
      opensm: osm_get_port_by_lid() helper
      opensm/osm_ucast_lash: fix use after free bug
      infiniband-diags/ibqueryerrors: simplify node_type_to_print setup.
      opensm/osm_mesh.c: remove some castings
      opensm/osm_helper.c: fix compiler warning
      opensm/osm_mesh.c: simplify compare_switches() function
      opensm/osm_get_port_by_lid(): use faster cl_ptr_vector_get()
      opensm/osm_get_port_by_lid(): speedup a port lookup
      opensm/osm_get_port_by_lid(): don't bother with lmc
      opensm: fix some obvious -Wsign-compare warnings
      opensm/osm_helper: remove meanless 'const' keywords
      opensm: fix endless looping in mcast_mgr
      opensm/osm_qos_parser_y.y: fix endless loop
      opensm: remove meanless 'const' keywords in APIs
      opensm: fix gcc-4.4.1 warnings
      opensm/osm_helper.c: fix indentations
      opensm/osm_sa_path_record.c: separate router guid resolution code
      osmtest: initialize attr_array[] on declaration
      osmtest/osmtest.c: remove strings.h inclusion
      opensm/osm_state_mgr.c: in cleanup_switch() check only relevant LFT part
      opensm/osm_ucast_cache: reduce OSM_LOG_INFO debug printouts
      opensm: fix LFT allocation size
      osmtest/osmt_multicast: kill some duplications
      osmtest/osmt_multicast.c: cleanups
      infiniband-diags: minor cosmetic fixes
      infiniband-diags/ibqueryerrors.c: use common portid in query_cap_mask()
      infiniband-diags/ibqueryerrors.c: use common node_name
      opensm: make subnet's max mlid update implementation independent
      osmtest/osmt_multicast.c: fix strict aliasing breakage warning
      libibmad: fix strinct-aliasing breakage warnings
      opensm/osm_mcast_mgr: simplify alloc_mfts()
      opensm/osm_mcast_tbl: remove redundant checks
      opensm/mcast_tbl: set max_mlid_ho as actually configured mlid
      libibnetdisc: rename ibnd_scan variable to scan
      libibnetdisc: some cleanups
      opensm/osm_mcast_tbl: fix max_mlid_ho setup
      infiniband-diags/perfquery: merge some code
      opensm/osm_mcast_tbl: fix mlid removal
      opensm/link_mgr: verify port's lid
      opensm/osm_trap_rcv.c: Improvements in log_trap_info()
      management: update/add Voltaire copyright
      opensm_release_notes-3.3.txt: align formatting
      opensm_release_notes-3.3: remove OFED dependency
      opensm_release_notes-3.3: add newest features/fixes
      management: update libraries version information
      management: bump package versions

Sean Hefty (9):
      ib-mgmt/ibn3 branch: diags updated for continued windows support
      ib-mgmt/ibn3 branch: libibmad update for windows support
      ib-mgmt/ibn3 branch: libibmad: remove ib_resolve_guid function prototype
      ib-mgmt/ibn3 branch: libibnetdisc add windows support
      ib-mgmt/libibmad: export ibdebug
      ib-mgmt: fixup ibsendtrap for windows
      ib-mgmt/libibnetdisc: fix typecast warning
      libibmad/rpc: fix build warning casting from uint32 to uint8
      libibmad/resolve: add include to pick up inet_pton

Smith, Stan (1):
      C++ style coding does not compile

Stan C. Smith (14):
      update osm_db_files.c & osm_pack.c functions to match .h prototypes
      update functions to match .h prototypes
      use standard varargs syntax in macro OSM_LOG()
      osm_helper.c use explicit value for struct init
      osm_sa.c - void * arithmetic causes problems
      cast to remove warnings about signed vs. unsigned comparisons
      cast to remove compiler warning.
      osmtest - clarify assignment operation
      osmtest - fix signed unsigned comparisons
      osmtest -code cleanup - use strncasecmp()
      osmtest - code cleanup
      use transportable constant attributes
      remove extraneous Windows include
      opemsm code cleanup

Vincent Ficet (1):
      Duplicated file man/umad_get_mad.3 in libibumad/Makefile.am

Yevgeny Kliteynik (8):
      opensm: do not configure MFTs when mcast support is disabled
      opensm/osm_helper.c: fix printing trap 258 details
      opensm: fixing handling of opt.max_wire_smps
      opensm: fixing some data types in osm_req_get/set
      opensm/osm_qos_policy.c: matching PR query to QoS level with pkey
      opensm/osm_ucast_updn.c: cosmetics - rename function
      opensm/osm_sa.c: don't ignore failure in osm_mgrp_add_port()
      opensm/osm_sa_mcmember_record.c: optimization in zero mgid comparison

sebastien dugue (1):
      infiniband-diags/ibnetdiscover: Add separator when printing chassis type

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ANNOUNCE] management tarballs release
@ 2009-12-13 20:12 Sasha Khapyorsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sasha Khapyorsky @ 2009-12-13 20:12 UTC (permalink / raw)
  To: OpenIB, OpenFabricsEWG

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

md5sum:

1281c3497086f3348b8ede7c3c5dcacf  libibumad-1.3.4.tar.gz
02d0c65079c067e0e933c4822dad8b28  libibmad-1.3.4.tar.gz
ad3f5181f9e8c91de73c0165212f11ea  opensm-3.3.4.tar.gz
7a784405b8c3e4766c543658da5da7f4  infiniband-diags-1.5.4.tar.gz

All component versions are from recent master branch. Full list of
changes is below.

Sasha


Al Chu (8):
      remove unused headers in libibnetdiscover
      remove ibnd_update_node
      consistently type lids and lmcs libibnetdisc
      fix potential segfault in ibnd_node_t destroy path
      split out scan specific data from ibnd_node_t [attempt #2]
      remove unnecessary casting in libibnetdiscover
      use nodes/switches lists instead of nodesdist array in libibnetdiscover
      splice out chassis scan specific from general scan in libibnetdiscover

Doron Shoham (1):
      Add different print macros

Eli Dorfman (Voltaire) (1):
      infiniband-diags/saquery: Report SA MAD Class specific status.

Hal Rosenstock (23):
      opensm/main.c: Use strtoul rather than strtol for parsing transaction timeout
      opensm/osm_mcast_tbl: Fix size of port mask table array
      opensm/osm_mcast_tbl.c: In osm_mcast_tbl_clear_mlid, use memset to clear port mask entry
      opensm/osm_switch.h: Remove dead osm_switch_get_physp_ptr routine
      infiniband-diags/ibqueryerrors: Add support for PortXmitDiscardDetails
      opensm/ib_types.h: Fix some commentary typos
      opensm/osm_base.h: Update IBA reference to use 1.2.1
      opensm: Only clear SMP beyond end of PortInfo attribute
      infiniband-diags/ibsendtrap.c: Add support for SysImageGuid changed trap (145)
      opensm/osm_link_mgr.c: Fix IBA reference for PortInfo attribute
      infiniband-diags/saquery.c: Change lids and port numbers to decimal
      libibmad: Add support for new PortInfo:McastPkeyTrapSuppressionEnabled field
      opensm: Cosmetic changes
      opensm/osm_ucast_ftree.c: Cosmetic commentary changes
      opensm/libvendor/osm_vendor_ibumad.c: Cosmetic change to OSM_LOG message
      opensm/osm_vendor_api.h: Fix commentary typo
      opensm/complib/cl_event.c: Cosmetic changes
      opensm/osm_vl15intf.c: Cosmetic commentary change
      opensm/osm_sm_mad_ctrl.c: Fix qp0_mads_accounting
      opensm/osm_trap_rcv.c: Eliminate heavy sweep on receipt of trap 145
      opensm/osm_vendor_ibumad.c: Change LID format to decimal in log message
      opensm/osm_sm_mad_ctrl.c: Make some minor simplifications
      opensm/osm_sm_mad_ctrl.c: Add missing call to return mad to mad pool

Ira Weiny (9):
      infiniband-diags/ibnetdisc.h: Clarify "ports" member of ibnd_node_t with more descriptive comment
      OpenSM: Fix unused variable compiler warning.
      infiniband-diags/ibqueryerrors: Reformat the output of the xmtdiscard details.
      infiniband-diags/libibnetdisc: clean up PortInfo queries
      infiniband-diags/libibnetdisc: Remove nearly duplicate "get_node_info" function
      infiniband-diags/ibqueryerrors: Fix remote node name printing
      infiniband-diags/ibqueryerrors: Change realloc of suppressed fields to a static array
      infiniband-diags/ibqueryerrors: Properly exit and clean up resources when node info query fails
      libibmad: libibumad: Print warnings and errors to stderr not stdout

Keshetti Mahesh (1):
      opensm/: Removed empty comments

Line Holen (8):
      opensm/osm_state_mgr.c Added more info to some error messages
      opensm/osm_ucast_ftree.c Changed log level
      opensm/osm_helper.c Log format changes
      opensm/osm_vl15intf.c Log change
      opensm/osm_sm_mad_ctrl.c Changes to some error messages
      opensm/osm_vendor_ibumad.c: Move error info into single message
      opensm/osm_vendor_ibumad.c: Move error info into single message
      opensm: Added print_desc to various log messages

Michael Reed (1):
      opensm/main.c: opensm cannot be killed while asking for port guid

Sasha Khapyorsky (39):
      opensm/osm_sa_path_record.c: flow simplification
      opensm/osm_trap_rcv.c: some simplification
      opensm/osm_trap_rcv.c: use source_lid and port_num for logging
      opensm/osm_trap_rcv.c: some consolidation
      libibnetdisc: remove man page of removed API
      opensm/partition: keep multicast group pointer
      opensm/osm_mcast_mgr.c: fix return value on alloc_mfts() failures
      infiniband-diags/ibqueryerrors: minor improvements
      opensm/main.c: kill unneeded braces
      opensm: cleanup intn_t uses
      complib/fleximap: make compar callback to return int
      opensm/osm_mgrp_new(): add subnet db insertion
      opensm/osm_console.c: make const functions
      opensm/osm_perfmgr_db.c: remove casting
      opensm: remove braces around value in return statements
      osmtest/osmt_mtl_regular_qp.c: cleaning uintn_t use
      complib: replace intn_t types by C99 intptr_t
      opensm/osm_sa_mcmember_record.c: move mgid allocation code
      opensm/osm_sa_member_record.c: mlid independent MGID generator
      opensm/osm_mcast_mgr.c: cosmetic fixes
      osm_sa_mcmember_record.c: pass MCM Record data to mlid allocator
      complib/cl_fleximap: add cl_fmap_match() function
      opensm: compress IPV6 SNM groups to use a single MLID
      opensm: osm_get_mgrp_by_mgid() helper
      opensm/osm_ucast_mgr.c: fix memory leak
      libibmad: remove repeated comment
      complib/cl_fleximap.h: fix comment typo
      opensm: IPv6 SNM update for man page and usage
      opensm/osm_db_files.c: add '/' path delimited
      opensm/osm_base.h: remove trailing '/' in OSM_DEFAULT_CACHE_DIR
      opensm/osm_db_files.c: kill useless malloc() castings
      opensm/osm_trap_rcv.c: some cleaning
      opensm/osm_state_mgr.c: cosmetic
      opensm/osm_sm_mad_ctrl.c: minor optimizations
      opensm/osm_sa.c: check for SA DB file only if requested
      opensm/osm_vendor_ibumad.c: dump DR path at same log level as its error message
      opensm_release_notes-3.3.txt: updates for 3.3.4 version
      management: update library versions
      management: package versions bump

Slava Strebkov (1):
      osm_mgrp_box: infrastructure for mgid compression

Stan C. Smith (5):
      osmtest - code cleanup: remove Windows specific items.
      opensm - remove useless goto
      opensm - use C99 transportable data type for pointer storage
      remove unnecessary leading '/' from filename
      opensm - standardize on a single Windows #define - take #2

Yevgeny Kliteynik (15):
      opensm/osm_sa_mcmember_record.c: fsmall code optimization
      opensm: copyright updates
      opensm: copyright updates
      opensm/osm_state_mgr.c: do not probe remote side of port 0
      opensm/complib: bug in cl_list_insert_array_head/tail functions
      opensm/include/iba/ib_types.h: adding Congestion Control definitions
      opensm/osm_subnet.c: fixing bug in dumping options file
      opensm/osm_vendor_mlx_txn.c: eliminate bunch of compilation warnings
      opensm/osm_vendor_mlx: fix compilation error
      opensm/osm_sa_mcmember_record.c: print mcast join/create failures in VERBOSE instead of DEBUG level
      opensm/osm_sa_mcmember_record.c: trivial optimization
      opensm/libvendor//osm_vendor_ibumad_sa.c: uninitialized fields
      opensm: implement 'connect_roots' option in fat-tree routing
      opensm SA DB dump/restore: load SA DB only once
      opensm SA DB dump/restore: added option to dump SA DB on every sweep

elid (1):
      opensm: Return single PathRecord for SubnAdmGet with DGID/SGID wild carded

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ANNOUNCE] management tarballs release
@ 2009-12-24 14:50 Sasha Khapyorsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sasha Khapyorsky @ 2009-12-24 14:50 UTC (permalink / raw)
  To: OpenIB, OpenFabricsEWG

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

(listed in http://www.openfabrics.org/downloads/management/latest.txt)

md5sum:

1281c3497086f3348b8ede7c3c5dcacf  libibumad-1.3.4.tar.gz
02d0c65079c067e0e933c4822dad8b28  libibmad-1.3.4.tar.gz
3bdd9f288b50c9031883d2d7c2f15937  opensm-3.3.5.tar.gz
b40e2136204f653c675f40516936ecea  infiniband-diags-1.5.5.tar.gz

All component versions are from recent master branch. Full list of
changes is below.

Sasha


Al Chu (2):
      remove obsoleted option from iblinkinfo manpage
      correct manpages for tools that are no longer scripts

Hal Rosenstock (2):
      opensm/osm_vendor_ibumad.c: Add transaction ID to osm_vendor_send log message
      opensm/osm_sm_mad_ctrl.c: In sm_mad_ctrl_send_err_cb, revert setting of init failure on QoS initialization failures

Sasha Khapyorsky (6):
      opensm/osm_sa_path_record.c: don't set dgid pointer for local subnet
      opensm: cosmetic cleanup
      opensm: add Voltaire copyright notice
      opensm_release_notes-3.3: RN update
      opensm: update libraries version strings
      management: packages versions update

Yevgeny Kliteynik (3):
      opensm/osm_vl15intf.c: reverting commit 546399c3b983cdfe7adf4bd0b179358744603478
      opensm: copyright updates
      opensm/osm_mcast_mgr.c: fix osm_mcast_mgr_compute_max_hops for managed switch

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ANNOUNCE] management tarballs release
@ 2010-05-22 21:43 Sasha Khapyorsky
  2010-07-08 17:17 ` Hal Rosenstock
  0 siblings, 1 reply; 8+ messages in thread
From: Sasha Khapyorsky @ 2010-05-22 21:43 UTC (permalink / raw)
  To: OpenIB, OpenFabricsEWG

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

(listed in http://www.openfabrics.org/downloads/management/latest.txt)

md5sum:

d3586e7a17bca99fd384a943f00e259e  libibumad-1.3.5.tar.gz
754d93f567393d3b9987a65326f40917  libibmad-1.3.5.tar.gz
5c94d6ee49e9c51c801f6634823b5ad5  opensm-3.3.6.tar.gz
ba28f6b5323e6067ca019a999eeaf907  infiniband-diags-1.5.6.tar.gz

All component versions are from recent master branch. Full list of
changes is below.

Sasha


Al Chu (10):
      add libibnetdisc caching to libibnetdiscover
      support --cache and --load-cache options in ibnetdiscover
      support --load-cache in iblinkinfo and ibqueryerrors
      fix libibnetdisc corner case when user tries to re-cache a loaded cache
      support --diff in ibnetdiscover
      support --diffcheck in ibnetdiscover
      support lid and nodedesc diffchecks in ibnetdiscover
      fix libibnetdisc portguid hashing corner case
      fix libibnetdisc cache error path memleak
      check for duplicate port guids in libibnetdisc cache

Arputham Benjamin (1):
      opensm: Add option to specify prefix to syslog messages

Dale Purdy (1):
      Dimension port order file support

Dave Olson (1):
      opensm/opensm.init.in: fix install warning on SLES11

Eli Dorfman (Voltaire) (3):
      opensm: Add update_desc command to opensm console
      Delete port only after GID OUT trap was sent
      opensm: Always set enabled speed and width

Hal Rosenstock (13):
      infiniband-diags/ibqueryerrors.c: Fix output format of counters
      opensm: Add support for optimized SLtoVLMappingTable programming
      opensm/osm_vl_arb_rcv.c: Dump table after validating block number
      libibmad: Add support for optional PortRcvErrorDetails counter
      infiniband-diags/perfquery: Add support for optional PortRcvErrorDetails counter
      infiniband-diags/ibportstate.8: Add new supported ops
      libibmad: Add support for PortSamplesControl counter
      infiniband-diags/perfquery: Add support for PortSamplesControl counter
      infiniband-diags/ibqueryerrors: Add support for optional PortRcvErrorDetails counter
      opensm/osm_qos.c: Fix typo in OSM_LOG message
      infiniband-diags/ibqueryerrors.c: Fix typo in counter name
      opensm/osm_mcast_mgr.c: Cosmetic changes
      infiniband-diags/vendstat: Indicate general info for IS4 as well as IS3

Ira Weiny (5):
      libibnetdisc: fix typo in man page for ibnd_show_progress
      infiniband-diags: Ignore PortInfo data on down port.
      libibnetdisc: Convert to a multi-smp algorithm
      libibnetdisc: add ibnd_set_max_smps_on_wire call
      ibnetdisc: Separate calls to umad and mad layer to avoid race condition on response MAD's

Line Holen (4):
      opensm/osm_vl_arb_rcv.c: fix double mutex release bug
      opensm/osm_pkey.h: Fix typo in comment
      opensm/osm_sa_path_record.c: livelock in pr_rcv_get_path_parms
      opensm/osm_sa_path_record.c: Lower max number of hops allowed

Mike Heinz (4):
      Perfquery can be too noisy.
      management: adding mad_dump_fields to libibmad
      RE: [PATCH] management: adding mad_dump_fields to libibmad
      RE: [PATCH] management: adding mad_dump_fields to libibmad

Ralph Campbell (1):
      infiniband-diags/ibportstate: allow changes to CA portinfo parameters

Sasha Khapyorsky (54):
      opensm/osm_mcast_mgr.c: strip log-only variable
      opensm/osm_sa_path_record.c: MGID must be specified explicitly
      osm_sa_path_record.c: separate mutlicast processing code
      osm_sa_path_record.c: use PR DGID by reference
      osm_sa_path_record.c: cleanups
      opensm/osm_slvl_map_rcv.c: fix port parsing on BE machine
      opensm/osm_slvl_map_rcv.c: fix mutex double release bug
      opensm/osm_slvl_map_rcv.c: verify port number values received from network
      opensm/osm_qos.c: merge SL2VL mapping capability check
      opensm/osm_qos.c: split switch external and end ports setup
      opensm/osm_sa_informinfo.c: minor simplifications and fixes
      opensm/osm_sa_infrominfo.c: fixes and simplifications in lid range check
      infiniband-diags: -V, --version: exit with zero status
      opensm/osm_update_node_desc(): minor prototype improvement
      infiniband-diags: indentation fixes
      ibqueryerrors.c: more readable details dump function
      infiniband-diags/iblinkinfo,ibqueryerrors: code refactoring
      opensm/osm_vl_arb_rcv.c: indentation improvement
      opensm/osm_mcast_mgr.c: fix memory leak
      opensm/osm_sa_pkey_record.c: optimize port selection logic
      opensm/osm_mcast_mgr.c: remove redundant casting
      opensm/osm_mcast_mgr.c: fix some indentation errors
      opensm/osm_mcast_mgr.c: fix bug in MC root switch calculation
      opensm/osm_mcast_mgr.c: code simplifications
      opensm/osm_mcast_mgr.c: preserve root switch calculation functionality
      libibnetdisc: code cleanups
      libibnetdisc: restore show_progress functionality
      libibnetdisc: restore hops limited discovery
      libibnetdisc: keep total number of used SMPs
      infiniband-diags/ibnetdiscover: report number of used MADs
      libibnetdisc: no backward NodeInfo queries
      libibmad: add explicit extern for ibdebug prototype
      infiniband-diags/ibnetdiscover: cleanups
      libibnetdisc: add \n at end of error messages
      libibnetdisc: fix outstanding SMPs countung
      libibnetdisc: don't try to cross discovery over CA
      libibnetdisc: don't query CA ports not connected to a fabric
      libibnetdisc: config struct for ibnd_discover_fabric()
      opensm/vendor: fix portguids array size
      libibnetdisc: fix memory leak in case of send_smps() failure
      libibnetdiscover: more outstanding MADs counting fix
      libibnetdisc: remove not needed process_smp_queue() call
      libibnetdisc: remove not needed num_smps_outstanding counter
      libibnetdisc: fix indentations
      opensm/osm_lid_mgr.c: fix memory leak
      opensm: conversion to osm_get_port_by_lid()
      opensm/osm_lid_mgr.c: some cleanups
      opensm/osm_lid_mgr: use 'first_time_master_sweep' flag
      opensm/osm_lid_mgr: fix couple of duplicate LIDs bugs
      libibmad/src/dump.c: fix compile warning
      opensm/osm_lid_mgr: revert 'coming_out_of_standby' replacement patch
      opensm_release_notes-3.3: update
      management: update shared library versions
      management: packages versions update

Slava Strebkov (1):
      opensm: Multicast root switch calculation

Yevgeny Kliteynik (14):
      opensm SA DB: dump only if modified
      opensm/osm_sa.{c,h}: osm_sa_db_file_dump() return values
      opensm/osm_port_info_rcv.c: fix compilation warning
      opensm/osm_subnet.h: remove redundant function definition
      opensm/complib/cl_ptr_vector.c: fix bug/compiler warning
      opensm/complib/cl_types.h: convert cl_status_t to int
      opensm/complib/cl_passivelock.h: remove unneeded casting
      infiniband-diags/ibstatus: add link_layer for RoCEE support
      libibumad: added link_layer for RoCEE support and updated umad version
      infiniband-diags/ibstat.c: print link layer for RoCEE support
      opensm/osm_subnet.h: cosmetics - fix description of event_plugin option
      opensm/osm_subnet.{c,h}: passing options to the event plugins
      opensm/osm_subnet.c: fixing some options to not "hot-swappable"
      opensm/osm_log.c: add OSM_LOG_SYS to default flags

sebastien dugue (1):
      libibnetdisc: Add grouping for Voltaire's ISR4700 switch

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE] management tarballs release
  2010-05-22 21:43 Sasha Khapyorsky
@ 2010-07-08 17:17 ` Hal Rosenstock
       [not found]   ` <AANLkTinE3xsuzjHnfMl95tnKZsWZeyeJYzEZ0WP2P7B3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Hal Rosenstock @ 2010-07-08 17:17 UTC (permalink / raw)
  To: Sasha Khapyorsky; +Cc: OpenIB, OpenFabricsEWG

Hi Sasha,

On Sat, May 22, 2010 at 5:43 PM, Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org> wrote:
> Hi,
>
> There is a new release of the management (OpenSM and infiniband
> diagnostics) tarballs available in:
>
> http://www.openfabrics.org/downloads/management/
>
> (listed in http://www.openfabrics.org/downloads/management/latest.txt)
>
> md5sum:
>
> d3586e7a17bca99fd384a943f00e259e  libibumad-1.3.5.tar.gz
> 754d93f567393d3b9987a65326f40917  libibmad-1.3.5.tar.gz
> 5c94d6ee49e9c51c801f6634823b5ad5  opensm-3.3.6.tar.gz
> ba28f6b5323e6067ca019a999eeaf907  infiniband-diags-1.5.6.tar.gz

Shouldn't these versions be labeled/tagged in your management git tree
? Would you do that ?

Thanks.

-- Hal

> All component versions are from recent master branch. Full list of
> changes is below.
>
> Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE] management tarballs release
       [not found]   ` <AANLkTinE3xsuzjHnfMl95tnKZsWZeyeJYzEZ0WP2P7B3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-07-13 15:12     ` Sasha Khapyorsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sasha Khapyorsky @ 2010-07-13 15:12 UTC (permalink / raw)
  To: Hal Rosenstock; +Cc: OpenIB, OpenFabricsEWG

On 13:17 Thu 08 Jul     , Hal Rosenstock wrote:
> >
> > d3586e7a17bca99fd384a943f00e259e  libibumad-1.3.5.tar.gz
> > 754d93f567393d3b9987a65326f40917  libibmad-1.3.5.tar.gz
> > 5c94d6ee49e9c51c801f6634823b5ad5  opensm-3.3.6.tar.gz
> > ba28f6b5323e6067ca019a999eeaf907  infiniband-diags-1.5.6.tar.gz
> 
> Shouldn't these versions be labeled/tagged in your management git tree
> ? Would you do that ?

I did, but forgot to push a tags to openfabrics free. Fixed now.

Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ANNOUNCE] management tarballs release
@ 2010-09-04 11:26 Sasha Khapyorsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sasha Khapyorsky @ 2010-09-04 11:26 UTC (permalink / raw)
  To: OpenIB, OpenFabricsEWG

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

(listed in http://www.openfabrics.org/downloads/management/latest.txt)

md5sum:

8341b50b95bfd511621a23ad900a46c5  libibumad-1.3.6.tar.gz
a1d04520f9d77713a021e4d6af099383  libibmad-1.3.6.tar.gz
3880d2f467b6f2d5fada941c7f8baeb7  opensm-3.3.7.tar.gz
2e6c404427dda6512c3bb40c1a67d4f4  infiniband-diags-1.5.7.tar.gz

All component versions are from recent master branch. Full list of
changes is below.

Sasha


Al Chu (5):
      make libibnetdisc default behavior to overwrite a cache
      support libibnetdisc caching no-overwrite flag
      add ibcacheedit tool
      support diffing nodedesc on remoteports in ibnetdiscover
      support diffing lids and nodedesc on remoteports in ibnetdiscover

Arputham Benjamin (1):
      libibumad: Increase the limit of UMAD_MAX_DEVICES

Arthur Kepner (1):
      opensm: toggle sweeping V3

Doron Shoham (1):
      ibnetdiscover: add '-f' flag to show full information (ports' speed and width).

Eli Dorfman (Voltaire) (6):
      return no path when path does not exist
      fix MFT record dump
      opensm: Fix wrong messages in MC delete flow
      opensm: Modify OSM_LOG_SYS messages
      opensm/osm_lid_mgr.c: Allow switch lids to be non LMC aligned
      opensm: Fix sl2vl configuration

Hal Rosenstock (16):
      opensm/osm_sa_path_record.c: Add error code to newly added log message
      opensm/osm_sa_multipath_record.c: livelock in mpr_rcv_get_path_parms
      infiniband-diags/libibnetdisc/ibnetdisc.c: Fix compile warns on 32 bit archs
      infiniband-diags/libibnetdisc/chassis.c: In group_nodes, pass on all nodes
      infiniband-diags/libibnetdisc/chassis.c: In group_nodes, set fabric->chassis
      infiniband-diags/ibnetdiscover.c: Cosmetic changes
      opensm: Better handling of non responsive SMAs
      infiniband-diags/perfquery.8: Add some missing counters to description
      opensm/osm_trap_rcv.c: No need for heavy sweep when just NodeDescription changes
      opensm/osm_mcast_mgr.c: Only route MLIDs with more than 1 member
      opensm/osm_qos.c: Eliminate unneeded endport SL to VL setup
      opensm/osm_req.c: In osm_send_trap144, eliminate redundant clear of m_key in smp
      opensm/osm_helper.c: Add some missing message names to disp_msg_str
      opensm/include/osm_helper.h: Eliminate some duplicate declarations
      opensm/osm_pkey_mgr.c: Eliminate unneeded parameter from pkey_mgr_get_physp_max_blocks API
      infiniband-diags/ibnetdiscover: Fix handling of CA ports in recv_port_info

Hefty, Sean (2):
      ib/mgmt: fix build under windows stack
      libibnetdisc: fix cast in unmarshall16

Ira Weiny (3):
      libibnetdisc: move ibmad_port out of smp_engine
      opensm/osm_perfmgr.c: Remove unnecessary lock reference from Performance Manager object
      ibqueryerrors.c: Optimize by querying AllPortSelect first

Jim Schutt (1):
      opensm/qos.c: Revert port ranges for calls to sl2vl_update_table().

Sasha Khapyorsky (9):
      infiniband-diags/vendstat: code simplifications
      infiniband-diags/vendstat: add config space access options
      infiniband-diags/vendstat: allow multiple config space records
      iba/ib_types.h: remove assertion in ib_get_attr_offset()
      infiniband-diags/ibstat: convert to PRIx64 macros GUID printing
      complib/cl_timer: remove not needed timeval initializations
      opensm_release_notes-3.3: update
      management: update shared library versions
      management: packages versions update

Smith, Stan (3):
      opensm/complib use portable macro syntax
      osmtest - use helper function
      ib_types.h add debug assert

Stan C. Smith (3):
      opensm - address windows env issues
      opensm/libvendor Reduce stack consumption
      opensm - cleanup

Yevgeny Kliteynik (7):
      opensm: fixing compilation issues in some header files
      opensm/osmtest.c: fix bug in getting attr offset
      opensm/main.c: force stdout to be line-buffered
      opensm/osm_sa_path_record.c: adding wrapper for pr_rcv_get_path_parms()
      opensm/osmeventplugin: added new events to monitor SM
      complib/cl_timer.c: fixing cl_timer calculation
      opensm/osm_opensm.c: no report when SM is exiting

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ANNOUNCE] management tarballs release
@ 2011-02-17  3:46 Alex Netes
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Netes @ 2011-02-17  3:46 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	ewg-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5
  Cc: Ira Weiny

Hi,

There is a new release of the management (OpenSM and infiniband
diagnostics) tarballs available in:

http://www.openfabrics.org/downloads/management/

(listed in http://www.openfabrics.org/downloads/management/latest.txt)

c0b24a1053ae8b0b3caf5950b3ede6dc  infiniband-diags-1.5.8.tar.gz
c2755aa360d3f29d04865ba4e2454a98  libibmad-1.3.7.tar.gz
c7575b7620615d7dfa1c7fdbbd310ec7  libibumad-1.3.7.tar.gz
df051f5f0192d369b0b904147cb045a8  opensm-3.3.8.tar.gz

All component versions are from recent master branch. Full list of
changes is below.

OpenSM:
=======

Alex Netes (1):
      opensm: fixed getline pointer allocation free in osm_console_io

Eli Dorfman (Voltaire) (1):
      Wrong handling of MC create and delete traps

Hal Rosenstock (6):
      opensm/osm_state_mgr.c: Don't signal DISCOVER to SM state machine when already DISCOVERING
      opensm: Fix some typos
      osmtest/osmt_service.c: In osmt_run_service_records_flow, add missing status
      opensm/osm_ucast_ftree: When roots are not connected, update hop count but not lft
      opensm/osm_trap_rcv.c: No need to check for sweep for trap 145
      opensm: Add support for SwitchInfo:MulticastFDBTop

Ira Weiny (1):
      Add node/port/qos information to some error messages

Jason Gunthorpe (1):
      Fix autotools to include the necessary M4 files

Sasha Khapyorsky (3):
      opensm/sa: simplify osm_mcmr_rcv_find_or_create_new_mgrp() function call
      opensm/osm_node_info_rcv.c: move p_physp declaration under code block
      opensm/osm_db_files.c: malloc() return value run-time check

Stan C. Smith (2):
      replace (long*)(long) casting with transportable data type (uintptr_t)
      replace (long*)(long) casting with transportable data type (uintptr_t)

Yevgeny Kliteynik (28):
      opensm/osm_qos_policy.c: change a log message
      opensm/osm_prtn.c: removing TopSpin hack
      libvendor/osm_vendor_ibumad_sa.c: remove useless "if" statement
      libvendor/osm_vendor_mlx_sa.c: remove useless "if" statement
      opensm/osm_mtree.c: removing useless 'if' statement
      opensm/osm_sminfo_rcv.c: removing unused variable
      opensm/osm_pkey.c: removing unused function
      opensm/osm_sa_pkey_record.c: removing unused variable
      opensm/osm_sa_vlarb_record.c: removed unused variable
      opensm/osm_node_info_rcv.c: remove useless code line
      osmtest/osmtest.c: handle timeouts in PR stress test
      opensm/osm_helper.c: fix potential overrun of the array
      opensm/osm_helper.c: cosmetics - move define closer to the relevant code
      opensm/osm_mesh.c: fixing a bug in compare_switches()
      opensm/osm_subnet.c: fixing small bug in error path
      opensm/osm_db_files.c: fix small memory leak
      osmtest/osmt_slvl_vl_arb.c: handling fopen() failure
      opensm/osm_helper.c: use ARR_SIZE macro instead of hardcoded values
      osm_vl15intf.c: fixing use-after-free coredump
      opensm/osm_trap_rcv.c: fix possible core dump
      opensm/osm_ucast_ftree.c: fix small memory leak in error path
      opensm/osm_ucast_ftree.c: fixing another memory leak at error path
      opensm/osm_ucast_lash.c: small bug in calculating allocated size
      opensm/osm_pkey_mgr.c: fixing small memory leak
      opensm/osm_ucast_file.c: closing file descriptor in error path
      opensm/osm_qos_parser_y.y: fixing bunch of memory leaks on invalid values
      opensm/osm_console.c: fix memory and file descriptor leaks
      opensm/st.c: fix potential core dumps

libibumad:
==========

Jason Gunthorpe (1):
      Fix autotools to include the necessary M4 files

Mike Heinz (1):
      FW: [PATCH] umad_send.3 (man page)

Yevgeny Kliteynik (1):
      umad.{c,h}: moving stdlib.h include from C to H file

libibmad:
=========

Ira Weiny (1):
      libibmad/fields.c: Change all PortCounter names to match the Specification

Jason Gunthorpe (1):
      Fix autotools to include the necessary M4 files

infiniband-diags:
=================

Albert Chu (4):
      add --diff support to iblinkinfo
      support --diffcheck in iblinkinfo
      Add lid and node description diff options for --diffcheck in iblinkinfo
      support --filterdownports in iblinkinfo

Alex Netes (3):
      Makefile: ChangeLog and version generation script path fix
      infiniband-diags: update shared library versions
      infiniband-diags: package versions update

Eli Dorfman (Voltaire) (2):
      infiniband-diags: Do not exit when unexpected node found
      inifiband-diags: Support Voltaire switch ISR4200

Hal Rosenstock (3):
      infiniband-diags/ibtracert: Eliminate direct route (-D) option
      infiniband-diags/saquery.c: In dump_one_mcmember_record, fix flow label endian
      infiniband-diags/iblinkinfo.c: Limit some queries to switches

Ira Weiny (4):
      libibmad/fields.c: Change all PortCounter names to match the Specification
      infiniband-diags: Verify timeout value specified to diagnostics
      Further timeout paramater verification (Was: [PATCH] infiniband-diags: Verify timeout value specified to diagnostics)
      ibnetdisc.c: Fix partial scan of the fabric.

Jason Gunthorpe (2):
      Fix autotools to include the necessary M4 files
      The shell scripts use bashism, so use bash directly.

Yevgeny Kliteynik (1):
      ibstat.c: fix core dump if wrong port phys state is reported

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-02-17  3:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-04 11:26 [ANNOUNCE] management tarballs release Sasha Khapyorsky
  -- strict thread matches above, loose matches on Subject: below --
2011-02-17  3:46 Alex Netes
2010-05-22 21:43 Sasha Khapyorsky
2010-07-08 17:17 ` Hal Rosenstock
     [not found]   ` <AANLkTinE3xsuzjHnfMl95tnKZsWZeyeJYzEZ0WP2P7B3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-07-13 15:12     ` Sasha Khapyorsky
2009-12-24 14:50 Sasha Khapyorsky
2009-12-13 20:12 Sasha Khapyorsky
2009-11-02  0:44 Sasha Khapyorsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox