From: Steve Wise Date: Fri, 29 Jan 2010 00:55:49 +0000 (+0000) Subject: RDMA/cxgb3: Increase the max CQ depth X-Git-Tag: v2.6.34-rc1~225^2~7^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9918b28d2bf733816c5d1612fe17ca380b601b10;p=thirdparty%2Fkernel%2Flinux.git RDMA/cxgb3: Increase the max CQ depth Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.h b/drivers/infiniband/hw/cxgb3/cxio_hal.h index f3d440cc68f21..fc59cfcc99c35 100644 --- a/drivers/infiniband/hw/cxgb3/cxio_hal.h +++ b/drivers/infiniband/hw/cxgb3/cxio_hal.h @@ -53,7 +53,7 @@ #define T3_MAX_PBL_SIZE 256 #define T3_MAX_RQ_SIZE 1024 #define T3_MAX_QP_DEPTH (T3_MAX_RQ_SIZE-1) -#define T3_MAX_CQ_DEPTH 8192 +#define T3_MAX_CQ_DEPTH 262144 #define T3_MAX_NUM_STAG (1<<15) #define T3_MAX_MR_SIZE 0x100000000ULL #define T3_PAGESIZE_MASK 0xffff000 /* 4KB-128MB */