All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] RDMA/rxe: Increase value of RXE_MAX_UCONTEXT
@ 2021-06-17 18:25 Rao Shoaib
  2021-06-17 18:25 ` [PATCH v1 2/3] RDMA/rxe: Increase value of RXE_MAX_SRQ Rao Shoaib
  2021-06-17 18:25 ` [PATCH v1 3/3] RDMA/rxe: Increase value of RXE_MAX_AH Rao Shoaib
  0 siblings, 2 replies; 16+ messages in thread
From: Rao Shoaib @ 2021-06-17 18:25 UTC (permalink / raw)
  To: linux-rdma, jgg; +Cc: rao.shoaib

From: Rao Shoaib <rao.shoaib@oracle.com>

In our internal testing we have found that the
current limit is too small, this patch bumps it
up to a higher value required for our tests, which
are indicative of our customer usage.

Signed-off-by: Rao Shoaib <rao.shoaib@oracle.com>
---
 drivers/infiniband/sw/rxe/rxe_param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/sw/rxe/rxe_param.h b/drivers/infiniband/sw/rxe/rxe_param.h
index 25ab50d9b7c2..2fd5af44258c 100644
--- a/drivers/infiniband/sw/rxe/rxe_param.h
+++ b/drivers/infiniband/sw/rxe/rxe_param.h
@@ -76,7 +76,7 @@ enum rxe_device_param {
 	RXE_MAX_PKEYS			= 1,
 	RXE_LOCAL_CA_ACK_DELAY		= 15,
 
-	RXE_MAX_UCONTEXT		= 512,
+	RXE_MAX_UCONTEXT		= 17408,
 
 	RXE_NUM_PORT			= 1,
 
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-06-25 19:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 18:25 [PATCH v1 1/3] RDMA/rxe: Increase value of RXE_MAX_UCONTEXT Rao Shoaib
2021-06-17 18:25 ` [PATCH v1 2/3] RDMA/rxe: Increase value of RXE_MAX_SRQ Rao Shoaib
2021-06-22 18:35   ` Jason Gunthorpe
2021-06-24 21:18     ` Shoaib Rao
2021-06-17 18:25 ` [PATCH v1 3/3] RDMA/rxe: Increase value of RXE_MAX_AH Rao Shoaib
2021-06-17 20:45   ` Bob Pearson
2021-06-17 22:57     ` Shoaib Rao
2021-06-18  3:56       ` Bob Pearson
2021-06-18 16:33         ` Jason Gunthorpe
2021-06-18 18:58           ` Bob Pearson
2021-06-18 23:25             ` Jason Gunthorpe
2021-06-21 16:42               ` Shoaib Rao
2021-06-24 21:21               ` Shoaib Rao
2021-06-25  5:13                 ` Bob Pearson
2021-06-25 12:49                   ` Jason Gunthorpe
2021-06-25 19:10                     ` Shoaib Rao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.