[ofw] OpenSM patches for saquery porting - 5 of 6 patches.

Tzachi Dar tzachid at mellanox.co.il
Wed Feb 4 07:25:28 PST 2009


Applied on revision 1929.

Thanks
Tzachi 

> -----Original Message-----
> From: ofw-bounces at lists.openfabrics.org 
> [mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Smith, Stan
> Sent: Saturday, January 31, 2009 12:51 AM
> To: Yevgeny Kliteynik
> Cc: ofw at lists.openfabrics.org
> Subject: [ofw] OpenSM patches for saquery porting - 5 of 6 patches.
> 
> 
> Signed off by stan.smith at intel.com
> 
> diff U3 C:/Documents and Settings/scsmith/Local 
> Settings/Temp/osm_sa_path_record.c-revBASE.svn000.tmp.c 
> C:/Documents and Settings/scsmith/My 
> Documents/openIB-windows/SVN/gen1/trunk/ulp/opensm/user/opensm
> /osm_sa_path_record.c
> --- C:/Documents and Settings/scsmith/Local 
> Settings/Temp/osm_sa_path_record.c-revBASE.svn000.tmp.c     
> Fri Jan 30 14:24:37 2009
> +++ C:/Documents and Settings/scsmith/My 
> Documents/openIB-windows/SVN/gen1/trunk/ulp/opensm/user/opensm
> /osm_sa_path_record.c    Thu Jan 29 14:45:15 2009
> @@ -737,7 +737,7 @@
>    p_pr->hop_flow_raw &= cl_hton32(1<<31);
> 
>    p_pr->pkey = p_parms->pkey;
> -  p_pr->sl = cl_hton16(p_parms->sl);
> +  p_pr->qos_class_sl = cl_hton16(p_parms->sl);
>    p_pr->mtu = (uint8_t)(p_parms->mtu | 0x80);
>    p_pr->rate = (uint8_t)(p_parms->rate | 0x80);
> 
> @@ -1976,7 +1976,7 @@
>           /* SL, Hop Limit, and Flow Label */
>            ib_member_get_sl_flow_hop( 
> p_mgrp->mcmember_rec.sl_flow_hop,
>                                       &sl, &flow_label, &hop_limit );
> -         p_pr_item->path_rec.sl = cl_hton16( sl );
> +         p_pr_item->path_rec.qos_class_sl = cl_hton16( sl );
>            p_pr_item->path_rec.hop_flow_raw = (uint32_t)(hop_limit) |
>                                               (flow_label << 8);
> 
> 



More information about the ofw mailing list