X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Frds%2Fib.c;h=3b83086bcc3045a2231dab3d84753dd0af7bed51;hb=441c196e84b11aad3123baa9320eee7abc6b5c98;hp=cce19f95c62467471bcc4b752b02b1d6205b14f2;hpb=0965537308ac3b267ea16e731bd73870a51c53b8;p=mv-sheeva.git diff --git a/net/rds/ib.c b/net/rds/ib.c index cce19f95c62..3b83086bcc3 100644 --- a/net/rds/ib.c +++ b/net/rds/ib.c @@ -325,7 +325,7 @@ static int rds_ib_laddr_check(__be32 addr) /* Create a CMA ID and try to bind it. This catches both * IB and iWARP capable NICs. */ - cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP); + cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP, IB_QPT_RC); if (IS_ERR(cm_id)) return PTR_ERR(cm_id);