IB/rxe: Increase max number of completions to 32k
[linux-2.6-block.git] / drivers / infiniband / sw / rxe / rxe_param.h
index f459c43a77c8334e2572f92d553c197bf3ed9229..13ed2cc6eaa2ac743877cf06b6687907baa40cf9 100644 (file)
@@ -82,7 +82,7 @@ enum rxe_device_param {
        RXE_MAX_SGE                     = 32,
        RXE_MAX_SGE_RD                  = 32,
        RXE_MAX_CQ                      = 16384,
-       RXE_MAX_LOG_CQE                 = 13,
+       RXE_MAX_LOG_CQE                 = 15,
        RXE_MAX_MR                      = 2 * 1024,
        RXE_MAX_PD                      = 0x7ffc,
        RXE_MAX_QP_RD_ATOM              = 128,