From: Ignacio Hernandez <[email protected]> A value of 2048 increased PSM performance while not impacting verbs performance.
Reviewed-by: Mike Marciniszyn <[email protected]> Reviewed-by: Mitko Haralanov <[email protected]> Signed-off-by: Ignacio Hernandez <[email protected]> Signed-off-by: Ira Weiny <[email protected]> --- drivers/staging/rdma/hfi1/sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rdma/hfi1/sdma.c b/drivers/staging/rdma/hfi1/sdma.c index 77800df1d3b8..a82588200bdb 100644 --- a/drivers/staging/rdma/hfi1/sdma.c +++ b/drivers/staging/rdma/hfi1/sdma.c @@ -65,7 +65,7 @@ #include "trace.h" /* must be a power of 2 >= 64 <= 32768 */ -#define SDMA_DESCQ_CNT 1024 +#define SDMA_DESCQ_CNT 2048 #define SDMA_DESC_INTR 64 #define INVALID_TAIL 0xffff -- 1.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
