File: ibutils_release_notes.txt

package info (click to toggle)
ofed-docs 1.4.2-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 772 kB
  • ctags: 106
  • sloc: sh: 253; makefile: 32
file content (105 lines) | stat: -rw-r--r-- 4,049 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
                     Open Fabrics InfiniBand Diagnostic Utilities 
                     --------------------------------------------

*******************************************************************************
RELEASE: OFED 1.4.1
DATE:    May 2009

===============================================================================
Table of Contents
===============================================================================
1. Overview
2. New features
3. Major Bugs Fixed 
3.1 Changes since OFED 1.4
4. Known Issues

===============================================================================
1. Overview
===============================================================================

The ibutils package provides a set of diagnostic tools that check the health
of an InfiniBand fabric.
Package components:
ibis:     IB interface - A TCL shell that provides interface for sending various
          MADs on the IB fabric. This is the component that actually accesses
          the IB Hardware.

ibdm:     IB Data Model - A library that provides IB fabric analysis.

ibmgtsim: An IB fabric simulator. Useful for developing IB tools.

ibdiag:   This package provides 3 tools which provide the user interface
          to activate the above functionality:
            - ibdiagnet:  Performs various quality and health checks on the IB
                          fabric.
            - ibdiagpath: Performs various fabric quality and health checks on
                          the given links and nodes in a specific path.
            - ibdiagui:   A GUI wrapper for the above tools. 

===============================================================================
2. New Features
===============================================================================


* Mellanox InfiniScaleIV support:
  - Support switches with port count > 32
  - Added ibnl (IB network) files for MTS3600 and MTS3610 InfiniScaleIV based switch systems.

* IBDM QoS Credit Loop check: 
  This check now considers SL/VL when looking for credit loops. 
  This check can be activated by running "ibdiagnet -r"

* ibdiagnet: Added -csv flag, which generated a set of Comma Separated Values
             files, which contains data about the fabric. Generated files:
               inv_csv   - Lists the ports found in the fabric
               links_csv - Lists the ports connections in the fabric
               pm_csv    - Lists port counters in csv format 
               err_csv   - Lists errors found during the run

* ibmgtsim: Add basic M_Key mechanism simulation

===============================================================================
3. Major Bugs Fixed 
===============================================================================

* ibdm: Support 2 port switches in a loaded LST file.

* ibis: fix some buffer overrun bugs with long node description.

* Installation: Ibdiagui requires tcl/tk 8.4 or 8.5 (was only 8.4). This allows
                installation on Fedora Core 9.

* ibdiagnet: Fixed -pm flag caused a crash on back to back (no switch) setup.

* ibdiagnet: Do not query port counters when local port is in INIT state.

===============================================================================
3.1 Changes since OFED 1.4
===============================================================================

* PM csv files format fix

* Fixed generating and parsing IBNL files

* Fixed CC packet format to meet IBTA approved format

* Set of changes to sync with OpenSM changes

* Regenerated wrappers - fixed compilation errors on some distros

* Fixed printing SM and mcast info in ibdiagnet

* Other minor fixes/improvements


===============================================================================
4. Known Issues
===============================================================================

- Ibdiagnet "-wt" option may generate a bad topology file when running on a
  cluster that contains complex switch systems.

- When a subnet manager is not running, ibdiagnet IPoIB check may take a long 
  time to complete.