]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
SDP: Applied 'kernel_patches/fixes/sdp_cq_param.patch'
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 4 Dec 2007 13:48:11 +0000 (15:48 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:13 +0000 (05:04 -0700)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_cma.c

index 6ed8e458a2a6540ce4f29807927b0de0cf2536d5..3b0508ab744e4ca44a4dd3349b12553819ad9801 100644 (file)
@@ -154,7 +154,7 @@ int sdp_init_qp(struct sock *sk, struct rdma_cm_id *id)
        INIT_WORK(&sdp_sk(sk)->work, sdp_work);
 
        cq = ib_create_cq(device, sdp_completion_handler, sdp_cq_event_handler,
-                         sk, SDP_TX_SIZE + SDP_RX_SIZE);
+                         sk, SDP_TX_SIZE + SDP_RX_SIZE, 0);
 
        if (IS_ERR(cq)) {
                rc = PTR_ERR(cq);