On Wed, Apr 23, 2025 at 11:13:04AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > Reuse newly added DMA API to cache IOVA and only link/unlink pages > in fast path for UMEM ODP flow. > > Tested-by: Jens Axboe <axboe@xxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/core/umem_odp.c | 104 ++++++--------------------- > drivers/infiniband/hw/mlx5/mlx5_ib.h | 11 +-- > drivers/infiniband/hw/mlx5/odp.c | 40 +++++++---- > drivers/infiniband/hw/mlx5/umr.c | 12 +++- > drivers/infiniband/sw/rxe/rxe_odp.c | 4 +- > include/rdma/ib_umem_odp.h | 13 +--- > 6 files changed, 71 insertions(+), 113 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason