summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/umr.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-16IB/mlx5: Create UMR QP just before first reg_mr occursJianbo Liu1-13/+42
2023-09-26RDMA/mlx5: Implement mkeys management via LIFO queueShay Drory1-2/+2
2023-04-16RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon1-1/+2
2023-04-16RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMRAvihai Horon1-2/+4
2023-02-15RDMA/mlx5: Use rdma_umem_for_each_dma_block()Jason Gunthorpe1-3/+1
2022-11-30net/mlx5: Generalize name of UMR alignment definitionTariq Toukan1-7/+7
2022-09-05RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb1-0/+3
2022-06-07RDMA/mlx5: Add a umr recovery flowAharon Landau1-10/+68
2022-04-25RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau1-43/+0
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau1-4/+87
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau1-0/+159
2022-04-25RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau1-0/+109
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau1-0/+41
2022-04-25RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau1-0/+29
2022-04-25RDMA/mlx5: Introduce mlx5_umr_post_send_wait()Aharon Landau1-0/+92
2022-04-25RDMA/mlx5: Simplify get_umr_update_access_mask()Aharon Landau1-10/+5
2022-04-25RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau1-0/+129
2022-04-25RDMA/mlx5: Move init and cleanup of UMR to umr.cAharon Landau1-0/+106