Skip to content

Commit 0aa47bc

Browse files
authored
Merge pull request #1605 from ddmatsu/rxe-prefetch
rxe: Prefetching pages with ibv_advise_mr(3)
2 parents 73b6210 + 5e49611 commit 0aa47bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/rxe/rxe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,6 +1854,7 @@ static const struct verbs_context_ops rxe_ctx_ops = {
18541854
.attach_mcast = ibv_cmd_attach_mcast,
18551855
.detach_mcast = ibv_cmd_detach_mcast,
18561856
.free_context = rxe_free_context,
1857+
.advise_mr = ibv_cmd_advise_mr,
18571858
};
18581859

18591860
static struct verbs_context *rxe_alloc_context(struct ibv_device *ibdev,

0 commit comments

Comments
 (0)