From: Leon Romanovsky <leonro@xxxxxxxxxx> Changelog: v2: * Susbset of previously sent patches v1: https://lore.kernel.org/all/cover.1640862842.git.leonro@xxxxxxxxxx * 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 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