On 3/13/2015 6:44 AM, Vasiliy Tolstov wrote:
I'm try to use rdma_getaddrinfo but it complains about IBV_RCerror: ‘IBV_RC’ undeclared (first use in this function) rhints.ai_qp_type = IBV_RC; grepping headers does not helps.
Try IBV_QPT_RC from <infiniband/verbs.h> Also get the librdmacm source and there are examples of using this API. git://git.openfabrics.org/~shefty/librdmacm Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
