From: Leon Romanovsky <leonro@xxxxxxxxxx> Changelog: v1: * Based on DM revert https://lore.kernel.org/all/20211222101312.1358616-1-maorg@xxxxxxxxxx v0: https://lore.kernel.org/all/cover.1638781506.git.leonro@xxxxxxxxxx --------------------------------------------------------- Hi, This series from Aharon refactors mlx5 MR cache management logic to speedup deregistration significantly. Thanks Aharon Landau (7): RDMA/mlx5: Merge similar flows of allocating MR from the cache RDMA/mlx5: Replace cache list with Xarray RDMA/mlx5: Store in the cache mkeys instead of mrs RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled() RDMA/mlx5: Change the cache structure to an RB-tree RDMA/mlx5: Delay the deregistration of a non-cache mkey RDMA/mlx5: Rename the mkey cache variables and functions drivers/infiniband/hw/mlx5/main.c | 4 +- drivers/infiniband/hw/mlx5/mlx5_ib.h | 76 +- drivers/infiniband/hw/mlx5/mr.c | 1021 +++++++++++++++++--------- drivers/infiniband/hw/mlx5/odp.c | 72 +- include/linux/mlx5/driver.h | 7 +- 5 files changed, 741 insertions(+), 439 deletions(-) -- 2.33.1