Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCP/RNDV/RCACHE: Don't use rcache for RNDV frag mpool #10309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iyastreb
Copy link
Contributor

What?

This is an auxiliary PR to introduce new invalidation design in UCX. The aim is to avoid using rcache for RNDV fragment memory pool

Why?

RNDV fragment memory pool is created on demand and remains allocated during the application lifetime. Rcache is desirable for this use case, because:

  1. does not bring any benefits
  2. can be harmful in case of merging with other parent regions
  3. redundant memory usage for parent memh

How?

Introduce new UCP memh flag NO_RCACHE

src/ucp/core/ucp_mm.c Outdated Show resolved Hide resolved
src/ucp/core/ucp_mm.c Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants