> Could you give me the verb that is used to write to remote memory? I just > don't seem to be able to find it, but each time I skim through the spec I > learn a bit more :-)
To write to remote memory, you post a work request to a send queue with opcode "RDMA write." This requires supplying the remote destination memory key and virtual address in the work request structure, and the local data to be copied in the gather/scatter list. - R. _______________________________________________ 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
