We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f367b commit eb34a42Copy full SHA for eb34a42
net/rds/ib.c
@@ -398,7 +398,8 @@ static int rds_ib_laddr_check(__be32 addr)
398
/* Create a CMA ID and try to bind it. This catches both
399
* IB and iWARP capable NICs.
400
*/
401
- cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP, IB_QPT_RC);
+ cm_id = rdma_create_id(rds_rdma_cm_event_handler,
402
+ NULL, RDMA_PS_TCP, IB_QPT_RC);
403
if (IS_ERR(cm_id))
404
return -EADDRNOTAVAIL;
405
0 commit comments