Hi Tziporet, Fixing a wrong syntax in the example in QoS_management_in_OpenSM.txt.
Please apply this patch to the OFED 1.3 docs. Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- QoS_management_in_OpenSM.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QoS_management_in_OpenSM.txt b/QoS_management_in_OpenSM.txt index 8426a0f..307c80f 100644 --- a/QoS_management_in_OpenSM.txt +++ b/QoS_management_in_OpenSM.txt @@ -354,9 +354,9 @@ of the ULPs is matched: IPoIB query is matched by PKey. Default PKey for IPoIB partition is 0x7fff, so the following three match rules are equivalent: - ipoib : <SL> - ipoib, 0x7fff : <SL> - any, pkey 0x7fff : <SL> + ipoib : <SL> + ipoib, pkey 0x7fff : <SL> + any, pkey 0x7fff : <SL> 6.2 SDP SDP PR query is matched by Service ID. The Service-ID for SDP is -- 1.5.1.4 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
