On 23:48 Wed 28 Jan , Or Gerlitz wrote: > > I don't have the spec in front of me, but looking on the LRH structure > in include/rdma/ib_pack.h the SL field spans eight bit, so I think > there may be another bug somewhere in the umad code which lets the > consumer set a value larger then 0xff.
umad_set_addr() gets sl as 'int' (historically :( ) - the value if truncated later. Sasha _______________________________________________ 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
