>> We need to insert in here: >> >> ib_modify_qp(...); /* somehow uses address resolution... */ >> ib_post_recvs(...); >> > >or add a new call to create the qp and modify it to init (an analog to >the socket(2) function).
This approach seems reasonable to me. Maybe something like: rdma_create_qp(rdma_addr_info); Uses the output from the address resolution to create the QP on the correct device and transitions it to the INIT state. The user can now post any work requests that they want. For example, with iWarp, I believe that even send work requests can be posted in the INIT state. - 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
