From: Leon Romanovsky <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: Change the cache structure to an RB-tree RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled() 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 | 78 +-- drivers/infiniband/hw/mlx5/mr.c | 930 +++++++++++++++++---------- drivers/infiniband/hw/mlx5/odp.c | 72 ++- include/linux/mlx5/driver.h | 7 +- 5 files changed, 673 insertions(+), 418 deletions(-) -- 2.33.1