Skip to content

Commit 6a965ee

Browse files
Vijay Immanueljgunthorpe
authored andcommitted
IB/rxe: increase max MR limit
Increase the max MR limit to support more I/O queues for NVMe over Fabrics hosts. Signed-off-by: Vijay Immanuel <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 9a41e38 commit 6a965ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/sw/rxe/rxe_param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ enum rxe_device_param {
8383
RXE_MAX_SGE_RD = 32,
8484
RXE_MAX_CQ = 16384,
8585
RXE_MAX_LOG_CQE = 15,
86-
RXE_MAX_MR = 2 * 1024,
86+
RXE_MAX_MR = 256 * 1024,
8787
RXE_MAX_PD = 0x7ffc,
8888
RXE_MAX_QP_RD_ATOM = 128,
8989
RXE_MAX_EE_RD_ATOM = 0,

0 commit comments

Comments
 (0)