On Tue, 2004-10-05 at 15:01, Roland Dreier wrote:
>     +                            bus_to_virt(cur_send_wr->sg_list->addr))->tid.id;
> 
> Didn't notice this before but any use of bus_to_virt() is broken.  We
> need to figure out a different way to do whatever you're trying to do here.

Can you explain why using bus_to_virt() is broken ?

The tid of a requests is needed so responses can be matched.

One way around this would be to pass the TID as a separate parameter in
the ib_post_send_mad call. Maybe there are other less brute force ways.

-- Hal



_______________________________________________
openib-general mailing list
[EMAIL PROTECTED]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to