Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: linux-rdma@vger.kernel.org, Jason Gunthorpe <jgg@ziepe.ca>,
	 Yonatan Nachum <ynachum@amazon.com>
Cc: mrgolin@amazon.com, sleybo@amazon.com, matua@amazon.com,
	 gal.pressman@linux.dev
Subject: Re: [PATCH for-next v6 0/2] RDMA/efa: Add AH cache for AH reuse
Date: Sun, 12 Jul 2026 04:43:37 -0400	[thread overview]
Message-ID: <178384581763.1549395.570090183709137588.b4-ty@kernel.org> (raw)
In-Reply-To: <20260706170008.1039417-1-ynachum@amazon.com>


On Mon, 06 Jul 2026 17:00:06 +0000, Yonatan Nachum wrote:
> Changelog:
> v6:
>  * Remove rcu_barrier and kfree_rcu since all hashtable operations are
>    serialized by the AH cache mutex, no concurrent readers to protect from.
> v5: https://lore.kernel.org/all/20260628133422.523230-1-ynachum@amazon.com/
>  * Replace the single refcount and initialized flag with two counters:
>    one for entry lifetime in the hashtable and one for tracking active
>    AH users.
> v4: https://lore.kernel.org/all/20260608071620.1909543-1-ynachum@amazon.com/
>  * Use kzalloc_obj for AH cache entry allocation instead of kzalloc
> v3: https://lore.kernel.org/all/20260607161753.1607559-1-ynachum@amazon.com/
>  * Address Sashiko comments in:
>    https://sashiko.dev/#/patchset/20260512061121.2177521-1-ynachum%40amazon.com
> v2: https://lore.kernel.org/all/20260512061121.2177521-1-ynachum@amazon.com/
>  * Zero-initialize AH cache key on cache lookup.
> v1: https://lore.kernel.org/all/20260510083035.458081-1-ynachum@amazon.com/
> 
> [...]

Applied, thanks!

[1/2] RDMA/efa: Add initialization of AH cache rhashtable
      https://git.kernel.org/rdma/rdma/c/97ba15272e8e03
[2/2] RDMA/efa: Add AH cache handling on create and destroy AH
      https://git.kernel.org/rdma/rdma/c/234895fa8be06e

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>


      parent reply	other threads:[~2026-07-12  8:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 17:00 [PATCH for-next v6 0/2] RDMA/efa: Add AH cache for AH reuse Yonatan Nachum
2026-07-06 17:00 ` [PATCH for-next v6 1/2] RDMA/efa: Add initialization of AH cache rhashtable Yonatan Nachum
2026-07-06 17:00 ` [PATCH for-next v6 2/2] RDMA/efa: Add AH cache handling on create and destroy AH Yonatan Nachum
2026-07-12  8:43 ` Leon Romanovsky [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=178384581763.1549395.570090183709137588.b4-ty@kernel.org \
    --to=leon@kernel.org \
    --cc=gal.pressman@linux.dev \
    --cc=jgg@ziepe.ca \
    --cc=linux-rdma@vger.kernel.org \
    --cc=matua@amazon.com \
    --cc=mrgolin@amazon.com \
    --cc=sleybo@amazon.com \
    --cc=ynachum@amazon.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox