-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
86 lines (66 loc) · 2.93 KB
/
README
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
InfiniBand Diagnostic Tools
infiniband-diags is a set of utilities designed to help configure, debug, and
maintain infiniband fabrics. Many tools and utilities are provided. Some with
similar functionality.
In addition to the utilities provided a sub-library libibnetdisc is provided to
scan an entire IB fabric and return data structures representing it. The
interface to this library is _not_ guaranteed to be stable (though we try.)
Dependencies:
1) libibumad >= 1.3.7
2) opensm-libs >= 3.3.10
3) ib_umad kernel module
4) glib2
Release notes 1.6.7 => 2.0.0
1) combine libibmad
2) Removed rdma-ndd
2a) Removed need for systemd
2b) Removed need for udev
Authors since 1.6.7
*Preserved full history from libibmad*
Ana Guerrero López (4):
Update AM_INIT_AUTOMAKE to use subdir-objects
Replace INCLUDES with AM_CPPFLAGS
Update the shebang to point to /bin/bash
A few typo fixes in the manpages
Dag Moxnes (1):
ibportstate: Fixed switch peer port probing when using DR routing
Eitan Zahavi (1):
ibsendtrap.c: Add support for security traps
Hal Rosenstock (13):
ibportstate.c: When not switch, port can be router port
ibaddr.c: Fix LID printfs to be unsigned rather than signed
libibnetdisc/internal.h: Remove duplicated declaration of
add_to_portlid_hash
ibtracert.c: Enable m_key option
Add Bull device ID support to device white lists
infiniband-diags: Add Connect-X5 device ID to device white
scripts: Add mkey support into ibhosts, ibswitches, and ibrouters
ibdiag_common.c: Disambiguate link speed when QDR and could be FDR10
saquery.c: Remove use of to be deprecated ib_gid_t
ibdiag_common.c: Fix endian conversion in resolve_self for umad_port
GID prefix and GUID
ibdiag_common.c: Fix cosmetic formatting issue
ibstat.c: Add include for __be64 type
perfquery.c: Output PerfMgt ClassPortInfo CapabilityMask2
Ira Weiny (15):
doc/man/*.in: update pre-built *.in files
scripts: Add m_key to man pages
infiniband-diags: Use modern glibc htobe64/be64toh macros
infiniband-diags: Fix type passed to umad_get_ca_portguids
infiniband-diags/perfquery: Use universal zero init for perf_count
infiniband-diags: Update README files to reflect new merged repo
infiniband-diags: Bump version to 2.0.0
infiniband-diags: Update COPYING files to reflect the new repo
infiniband-diags: Remove redundant AUTHORS file
infiniband-diags: Move libibmad auto-configuration to main dir
infiniband-diags: Merge makefiles and build against internal libibmad
infiniband-diags: Combine libibmad spec into infiniband-diags
infiniband-diags: Remove outdated scripts for ChangeLog
infiniband-diags: set noreplace on config files
infiniband-diags: Remove rdma-ndd
Oded Nissan (2):
ibstat.c: If port is 1x SDR, rate is 2.5 rather than 2 Gbps
perfquery.c: Add support for additional counters in
PortCountersExtended
Vincent Ficet (1):
infiniband-diags: Add Bull device ID support to device white lists