mbox series

[rdma-next,0/4] Batch of mlx5 MR cache fixes

Message ID cover.1725362530.git.leon@kernel.org (mailing list archive)
Headers show
Series Batch of mlx5 MR cache fixes | expand

Message

Leon Romanovsky Sept. 3, 2024, 11:24 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Hi,

This is a batch of mlx5 MR cache fixes.

Thanks

Michael Guralnik (4):
  RDMA/mlx5: Drop redundant work canceling from clean_keys()
  RDMA/mlx5: Fix counter update on MR cache mkey creation
  RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
  RDMA/mlx5: Fix MR cache temp entries cleanup

 drivers/infiniband/hw/mlx5/mlx5_ib.h |  2 +-
 drivers/infiniband/hw/mlx5/mr.c      | 99 +++++++++++++---------------
 2 files changed, 45 insertions(+), 56 deletions(-)

Comments

Leon Romanovsky Sept. 5, 2024, 10:31 a.m. UTC | #1
On Tue, 03 Sep 2024 14:24:46 +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Hi,
> 
> This is a batch of mlx5 MR cache fixes.
> 
> Thanks
> 
> [...]

Applied, thanks!

[1/4] RDMA/mlx5: Drop redundant work canceling from clean_keys()
      https://git.kernel.org/rdma/rdma/c/291766e6420e72
[2/4] RDMA/mlx5: Fix counter update on MR cache mkey creation
      https://git.kernel.org/rdma/rdma/c/cf047a4d734c28
[3/4] RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
      https://git.kernel.org/rdma/rdma/c/24e58150b7c370
[4/4] RDMA/mlx5: Fix MR cache temp entries cleanup
      https://git.kernel.org/rdma/rdma/c/8a1e4024cc963c

Best regards,