net/smc: send cdc msg inline if qp has sufficient inline space
[linux-2.6-microblaze.git] / net / smc / smc_ib.c
index a3e2d3b..dcda416 100644 (file)
@@ -671,6 +671,7 @@ int smc_ib_create_queue_pair(struct smc_link *lnk)
                        .max_recv_wr = SMC_WR_BUF_CNT * 3,
                        .max_send_sge = SMC_IB_MAX_SEND_SGE,
                        .max_recv_sge = sges_per_buf,
+                       .max_inline_data = 0,
                },
                .sq_sig_type = IB_SIGNAL_REQ_WR,
                .qp_type = IB_QPT_RC,