Is there a way to implement RDMA RC functionality without invoking the Connection Manager, and therefore skipping the rdma_create_event_channel() ?
Perhaps with a simple exchange of the necessary information through an external protocol, say UDP packets ? And then initialize the QPs with the received parameters.
Has anybody implemented any such off protocol functionality ?