[ofw] OpenSM patches for saquery porting - 5 of 6 patches.
Smith, Stan
stan.smith at intel.com
Fri Jan 30 14:51:07 PST 2009
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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osm_sa_path_record.c.patch
Type: application/octet-stream
Size: 1244 bytes
Desc: osm_sa_path_record.c.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20090130/38111201/attachment.obj>
More information about the ofw
mailing list