On Fri, 29 Oct 2004 18:06:47 -0600
Shirley Ma <[EMAIL PROTECTED]> wrote:

> Here is the patch.

Note that my patch removes the lock when calling ib_post_send.  But,
holding the lock when calling ib_post_send() should be fine.  Also, the
current completion code assumes that the work requests are queued in the
same order that the sends are posted in.  Releasing the lock after
queuing the request, but before calling ib_psot_send() allows work
requests to be posted out of order from the order that they are queued
on the send posted list.

- Sean
_______________________________________________
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