Re: [PATCH] librdmacm: Do not modify qp_init_attr in rdma_get_request

2010-10-19 Thread Jonathan Rosser
Hefty, Sean sean.he...@... writes: I added a while(1) loop to rdma_server to allow clients to connected repeatedly, and this worked for me. Jonathan, can you see if this works for your testing as well? If so, I'll commit. Yesterday I tried setting attr-send/recv_cq = NULL in

[PATCH] librdmacm: Do not modify qp_init_attr in rdma_get_request

2010-10-18 Thread Hefty, Sean
rdma_create_qp modifies the qp_init_attr structure passed in by the user to return the actual QP capabilities that were allocated. If the qp_init_attr does not specify CQs, the librdmacm will allocate CQs for the user and return them. rdma_get_request will allocate a QP off newly connected