]> git.openfabrics.org - ~ardavis/ofed_docs/.git/commitdiff
OpenSM release notes: Updates for 3.0.13
authorTziporet Koren <tziporet@mellanox.co.il>
Mon, 4 Jun 2007 09:44:43 +0000 (12:44 +0300)
committerTziporet Koren <tziporet@mellanox.co.il>
Mon, 4 Jun 2007 09:44:43 +0000 (12:44 +0300)
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
opensm_release_notes.txt

index 71888fe661568eeb46d63638e43804a88ceea98a..ee226227d42de0770183823f1bb851845f00de3a 100644 (file)
@@ -1,17 +1,17 @@
-                        OpenSM Release Notes 3.0.12
+                        OpenSM Release Notes 3.0.13
                        =============================
 
 Version: OpenFabrics Enterprise Distribution (OFED) 1.2
 Repo:    git://git.openfabrics.org/~ofed_1_2/management.git (release)
          git://git.openfabrics.org/~halr/management.git (development)
-Date:    May 2007
+Date:    June 2007
 
 1 Overview
 ----------
 This document describes the contents of the OpenSM OFED 1.2 release. 
 OpenSM is an InfiniBand compliant Subnet Manager and Administration,
 and runs on top of OpenIB. The OpenSM version for this release 
-is openib-3.0.12
+is openib-3.0.13
 
 This document includes the following sections:
 1 This Overview section (describing new features and software
@@ -195,10 +195,15 @@ information regarding each compliance statement.
 The following is a list of bugs that were fixed. Note that other less critical
 or visible bugs were also fixed.
 
+* osm_sminfo_rcv.c: Add SMInfo self query check. OpenSM can query
+  itself for SMInfo occassionally due to port moving during subnet
+  discovery process. Don't create remote SM entry in this case to
+  prevent deadlocks. 
+    
 * osm_ucast_updn.c: Two similar bugs in up/down routing fixed.
   8-bit integers were used as indexes when scanning subnet, which
   in one case caused OpenSM to crash when ranking "path" is longer
-  than 256 switches, and in the other case, caused OpenSM to go into
+  than 256 switches, and in the other case, caused OpenSM to go into 
   an infinite loop when fabric has more than 256 roots.
 
 * osm_sm_state_mgr.c: In __osm_sm_state_mgr_send_master_sm_info_req,