]> Git Repo - linux.git/commitdiff
IB/rxe: increase max MR limit
authorVijay Immanuel <[email protected]>
Thu, 14 Jun 2018 01:48:37 +0000 (18:48 -0700)
committerJason Gunthorpe <[email protected]>
Mon, 18 Jun 2018 19:15:48 +0000 (13:15 -0600)
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]>
drivers/infiniband/sw/rxe/rxe_param.h

index 1b596fbbe2516f2ad550e21995452adef0fe3cc1..4555510d86c42afed83193db7cb8172039e82db2 100644 (file)
@@ -83,7 +83,7 @@ enum rxe_device_param {
        RXE_MAX_SGE_RD                  = 32,
        RXE_MAX_CQ                      = 16384,
        RXE_MAX_LOG_CQE                 = 15,
-       RXE_MAX_MR                      = 2 * 1024,
+       RXE_MAX_MR                      = 256 * 1024,
        RXE_MAX_PD                      = 0x7ffc,
        RXE_MAX_QP_RD_ATOM              = 128,
        RXE_MAX_EE_RD_ATOM              = 0,
This page took 0.053937 seconds and 4 git commands to generate.