]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OpenSM] - Fix osmtest according to rate supported change in 1.2 spec.
authoreitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 23 Mar 2006 10:06:51 +0000 (10:06 +0000)
committereitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 23 Mar 2006 10:06:51 +0000 (10:06 +0000)
M    user/osmtest/osmt_multicast.c

git-svn-id: svn://openib.tc.cornell.edu/gen1@250 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/osmtest/osmt_multicast.c

index 1f91302fd61b6252724dc2c0833895b494840e65..e9f7bf94ad52f9c18de6f6d1283dbf18393a5ea8 100644 (file)
@@ -992,12 +992,12 @@ osmt_run_mcast_flow( IN osmtest_t * const p_osmt ) {
   /* Check Valid value which is unreasonable now */
   osm_log( &p_osmt->log, OSM_LOG_INFO,
            "osmt_run_mcast_flow: "
-           "Checking Join with unrealistic rate 30GB (o15.0.1.8)...\n"
+           "Checking Join with unrealistic rate 120GB (o15.0.1.8)...\n"
            );
 
   /* impossible requested rate */
   mc_req_rec.rate =
-    IB_PATH_RECORD_RATE_30_GBS |
+    IB_PATH_RECORD_RATE_120_GBS |
     IB_PATH_SELECTOR_GREATER_THAN << 6;
 
   comp_mask =