public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP
@ 2025-05-22 11:19 Daisuke Matsuda
  2025-05-22 11:19 ` [PATCH for-next v4 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs Daisuke Matsuda
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daisuke Matsuda @ 2025-05-22 11:19 UTC (permalink / raw)
  To: linux-kernel, linux-rdma, leon, jgg, zyjzyj2000; +Cc: Daisuke Matsuda

There is ibv_advise_mr(3) that can be used by applications to optimize
memory access. This series enables the feature on rxe driver, which has
already been available in mlx5.

There is a tiny change on the rdma-core util.
cf. https://github.com/linux-rdma/rdma-core/pull/1605

Currently, there are regressions in the for-next tree. When running ODP tests,
ib_uverbs and rxe can get stuck respectively. Therefore, to test this series,
please apply the patches to commit e56b4eab9cde ("RDMA/siw: Remove unused
siw_mem_add"). The regressions are under investigation.
cf. https://lore.kernel.org/linux-rdma/20250522083257.GM7435@unreal/T/#t

v2->v3:
  - Added return -EOPNOTSUPP; (1st patch)
  - Corrected type definitions mismatch (1st patch)

v3->v4:
  - merged rxe_init_prefetch_work() to rxe_ib_advise_mr_prefetch() (2nd patch)
  - Modified to use per-MR counter to ensure RXE is not destroyed while
    the asynchronous task is running  (2nd patch)

Daisuke Matsuda (2):
  RDMA/rxe: Implement synchronous prefetch for ODP MRs
  RDMA/rxe: Enable asynchronous prefetch for ODP MRs

 drivers/infiniband/sw/rxe/rxe.c     |   7 ++
 drivers/infiniband/sw/rxe/rxe_loc.h |  10 ++
 drivers/infiniband/sw/rxe/rxe_odp.c | 159 ++++++++++++++++++++++++++++
 3 files changed, 176 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-12  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 11:19 [PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP Daisuke Matsuda
2025-05-22 11:19 ` [PATCH for-next v4 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs Daisuke Matsuda
2025-05-22 11:19 ` [PATCH for-next v4 2/2] RDMA/rxe: Enable asynchronous " Daisuke Matsuda
2025-06-12  8:10 ` [PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox