All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Shiraz Saleem <shiraz.saleem@intel.com>
Cc: linux-rdma@vger.kernel.org, Mustafa Ismail <mustafa.ismail@intel.com>
Subject: Re: [PATCH rdma-next v1] RDMA/irdma: Add support for address handle re-use
Date: Tue, 15 Mar 2022 20:09:43 -0300	[thread overview]
Message-ID: <20220315230943.GA258642@nvidia.com> (raw)
In-Reply-To: <20220228183650.290-1-shiraz.saleem@intel.com>

On Mon, Feb 28, 2022 at 12:36:50PM -0600, Shiraz Saleem wrote:
> From: Mustafa Ismail <mustafa.ismail@intel.com>
> 
> Address handles (AH) are a limited HW resource and some
> user applications may create large numbers of identical AH's.
> Avoid running out of AH's by reusing existing identical ones.
> 
> Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
> ---
> v0->v1:
> *Use a hash table instead of linear list for storing AH's
> *Remove limit on number of cached AH's
> *Remove check for RDMA_CREATE_AH_SLEEPABLE in create_user_ah
> 
>  drivers/infiniband/hw/irdma/main.c  |   2 +-
>  drivers/infiniband/hw/irdma/main.h  |   2 +
>  drivers/infiniband/hw/irdma/verbs.c | 217 ++++++++++++++++++++++++++----------
>  drivers/infiniband/hw/irdma/verbs.h |   3 +
>  4 files changed, 164 insertions(+), 60 deletions(-)

Applied to for-next

Thanks,
Jason

      reply	other threads:[~2022-03-15 23:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 18:36 [PATCH rdma-next v1] RDMA/irdma: Add support for address handle re-use Shiraz Saleem
2022-03-15 23:09 ` Jason Gunthorpe [this message]

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=20220315230943.GA258642@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mustafa.ismail@intel.com \
    --cc=shiraz.saleem@intel.com \
    /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 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.