Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a965ee5 authored by Vijay Immanuel's avatar Vijay Immanuel Committed by Jason Gunthorpe
Browse files

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: default avatarVijay Immanuel <vijayi@attalasystems.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 9a41e38a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,