From 21acb53c0fb813fa88372d402b81c88195851963 Mon Sep 17 00:00:00 2001 From: eitan Date: Thu, 23 Mar 2006 10:06:51 +0000 Subject: [PATCH] [OpenSM] - Fix osmtest according to rate supported change in 1.2 spec. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ulp/opensm/user/osmtest/osmt_multicast.c b/trunk/ulp/opensm/user/osmtest/osmt_multicast.c index 1f91302f..e9f7bf94 100644 --- a/trunk/ulp/opensm/user/osmtest/osmt_multicast.c +++ b/trunk/ulp/opensm/user/osmtest/osmt_multicast.c @@ -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 = -- 2.41.0