From: Leon Romanovsky <leon@kernel.org>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: Leon Romanovsky <leonro@nvidia.com>,
Aharon Landau <aharonl@nvidia.com>,
linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org
Subject: [PATCH rdma-next v2 0/5] MR cache enhancements
Date: Tue, 15 Feb 2022 19:55:28 +0200 [thread overview]
Message-ID: <cover.1644947594.git.leonro@nvidia.com> (raw)
From: Leon Romanovsky <leonro@nvidia.com>
Changelog:
v2:
* Susbset of previously sent patches
v1: https://lore.kernel.org/all/cover.1640862842.git.leonro@nvidia.com
* Based on DM revert https://lore.kernel.org/all/20211222101312.1358616-1-maorg@nvidia.com
v0: https://lore.kernel.org/all/cover.1638781506.git.leonro@nvidia.com
---------------------------------------------------------
Hi,
This series from Aharon cleans a little bit MR logic.
Thanks
Aharon Landau (5):
RDMA/mlx5: Remove redundant work in struct mlx5_cache_ent
RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
RDMA/mlx5: Merge similar flows of allocating MR from the cache
RDMA/mlx5: Store ndescs instead of the translation table size
RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()
drivers/infiniband/hw/mlx5/mlx5_ib.h | 6 +-
drivers/infiniband/hw/mlx5/mr.c | 104 ++++++++++-----------------
drivers/infiniband/hw/mlx5/odp.c | 19 ++---
3 files changed, 52 insertions(+), 77 deletions(-)
--
2.35.1
next reply other threads:[~2022-02-15 17:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-15 17:55 Leon Romanovsky [this message]
2022-02-15 17:55 ` [PATCH rdma-next v2 1/5] RDMA/mlx5: Remove redundant work in struct mlx5_cache_ent Leon Romanovsky
2022-02-15 17:55 ` [PATCH rdma-next v2 2/5] RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR Leon Romanovsky
2022-02-15 17:55 ` [PATCH rdma-next v2 3/5] RDMA/mlx5: Merge similar flows of allocating MR from the cache Leon Romanovsky
2022-02-15 17:55 ` [PATCH rdma-next v2 4/5] RDMA/mlx5: Store ndescs instead of the translation table size Leon Romanovsky
2022-02-15 17:55 ` [PATCH rdma-next v2 5/5] RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled() Leon Romanovsky
2022-02-23 19:02 ` [PATCH rdma-next v2 0/5] MR cache enhancements Jason Gunthorpe
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=cover.1644947594.git.leonro@nvidia.com \
--to=leon@kernel.org \
--cc=aharonl@nvidia.com \
--cc=jgg@nvidia.com \
--cc=leonro@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--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