john t wrote: > The example code does not seem to support this. It first copies data to > a local buffer (which is not required in my case) and only then it could > send it over other QP. Is there a more efficient way to do this?
Maybe I'm not following you here, but the data should go directly from the wire into the receive buffer on the first QP. If you post a send that references that same buffer, the data should go directly into the receive buffer on the second QP. - 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
