On 6/22/21 11:35 AM, Jason Gunthorpe wrote:
On Thu, Jun 17, 2021 at 11:25:10AM -0700, Rao Shoaib wrote:
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(-)
Well, this doesn't apply anymore so please resend the series. I'd
prefer you try to get rid of any hard limits that are not exposed in
uverbs someplace - like ucontext.
Jason
Jason,
Most of the limits are exposed via uverbs. For example, following limits
are most likely to be hit by a user application.
RXE_MAX_QP
RXE_MAX_QP_WR
RXE_MAX_CQ
RXE_MAX_MR
RXE_MAX_PD
RXE_MAX_AH
RXE_MAX_FMR
RXE_MAX_SRQ
RXE_MAX_SRQ_WR
RXE_MAX_PKEYS
RXE_MAX_UCONTEXT
However, they are reported in ib_device_attr/ib_uverbs_query_device and
these are the limits that I am interested in. So unless I misunderstand
you the current patch still applies? Kindly elaborate.
Regards,
Shoaib