From: Rao Shoaib <rao.shoaib@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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