public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Rao Shoaib <Rao.Shoaib@oracle.com>
To: linux-rdma@vger.kernel.org, jgg@ziepe.ca
Cc: rao.shoaib@oracle.com
Subject: [PATCH v1 3/3] RDMA/rxe: Increase value of RXE_MAX_AH
Date: Thu, 17 Jun 2021 11:25:11 -0700	[thread overview]
Message-ID: <20210617182511.1257629-3-Rao.Shoaib@oracle.com> (raw)
In-Reply-To: <20210617182511.1257629-1-Rao.Shoaib@oracle.com>

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 3b9b1ff4234f..d375f2cff484 100644
--- a/drivers/infiniband/sw/rxe/rxe_param.h
+++ b/drivers/infiniband/sw/rxe/rxe_param.h
@@ -66,7 +66,7 @@ enum rxe_device_param {
 	RXE_MAX_MCAST_GRP		= 8192,
 	RXE_MAX_MCAST_QP_ATTACH		= 56,
 	RXE_MAX_TOT_MCAST_QP_ATTACH	= 0x70000,
-	RXE_MAX_AH			= 100,
+	RXE_MAX_AH			= 64000,
 	RXE_MAX_SRQ			= 17408,
 	RXE_MAX_SRQ_WR			= 0x4000,
 	RXE_MIN_SRQ_WR			= 1,
-- 
2.31.1


  parent reply	other threads:[~2021-06-17 18:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Rao Shoaib [this message]
2021-06-17 20:45   ` [PATCH v1 3/3] RDMA/rxe: Increase value of RXE_MAX_AH 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210617182511.1257629-3-Rao.Shoaib@oracle.com \
    --to=rao.shoaib@oracle.com \
    --cc=jgg@ziepe.ca \
    --cc=linux-rdma@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox