aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
diff options
context:
space:
mode:
authorVijay Immanuel <vijayi@attalasystems.com>2018-06-13 18:48:37 -0700
committerJason Gunthorpe <jgg@mellanox.com>2018-06-18 13:15:48 -0600
commit6a965ee57d0ccff9994cf068bfc4f8beb2a2aba0 (patch)
tree619517b24cd90771422bdad1dc43eccb3582db63 /drivers/infiniband/sw
parentIB/mad: Use IDR for agent IDs (diff)
downloadlinux-dev-6a965ee57d0ccff9994cf068bfc4f8beb2a2aba0.tar.xz
linux-dev-6a965ee57d0ccff9994cf068bfc4f8beb2a2aba0.zip
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 <vijayi@attalasystems.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_param.h b/drivers/infiniband/sw/rxe/rxe_param.h
index 1b596fbbe251..4555510d86c4 100644
--- a/drivers/infiniband/sw/rxe/rxe_param.h
+++ b/drivers/infiniband/sw/rxe/rxe_param.h
@@ -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,