@@ -10,7 +10,7 @@ Date: April 2019
1010This document describes the contents of the OpenSM 3.3 release.
1111OpenSM is an InfiniBand compliant Subnet Manager and Administration,
1212and runs on top of OpenIB. The OpenSM version for this release
13- is opensm-3.3.23 .
13+ is opensm-3.3.24 .
1414
1515This document includes the following sections:
16161 This Overview section (describing new features and software
@@ -23,6 +23,8 @@ This document includes the following sections:
2323
24241.1 Major New Features
2525
26+ * Support for NDR link speed
27+
2628* Support for HDR link speed and 2x link width
2729 IBTA has recently (beyond IBA 1.3) added support for HDR link speed
2830 and 2x link width.
@@ -121,6 +123,7 @@ This document includes the following sections:
121123
1221241.2 Minor New Features:
123125
126+ b17b4db Backward compatibility for old drivers
124127924f030 Add support for registering an opensm plugin as a new routing engine
12512882c3ea6 Add '--subnet_prefix' and '--dump_files_dir' options
126129dfc383e osm_port_info_rcv.c: Optimize PKEY sending during heavy sweep
@@ -867,6 +870,11 @@ f37bf3c opensm/perfmgr: skip data counters when only printing errors
867870
8688714.2 Other Bug Fixes
869872
873+ 580e6d8 Remove redundant negativity check of size_t type, which is unsigned thus non negative.
874+ 086c870 libopensm/osm_helper.c: Fix printing trap 256 details
875+ 8870b89 libopensm/osm_helper.c: Fix printing trap 259 details
876+ 9b3e860 osm_link_mgr.c: Fix checking if port support link width 2x
877+ 0a8d939 osm_sa_mcmember_record.c: Allow MCMR requests with default subnet prefix
8708789b9ea72 Fix spelling mistake of "switches"
87187970722b4 ib_types: Drop packed attribute where unnecessary
8728809a7cc0d opensm.spec.in: Move COPYING back into doc
0 commit comments