Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

PMEM 2M aligned issue #16

Open
tanghaodong25 opened this issue Dec 25, 2018 · 1 comment
Open

PMEM 2M aligned issue #16

tanghaodong25 opened this issue Dec 25, 2018 · 1 comment

Comments

@tanghaodong25
Copy link
Collaborator

If the pmem is mounted as 2M aligned, the pmem obj address can't be registered as rdma buffer. We need to mount pmem as 4K aligned, but the pmem write performance is worse than it with 2M aligned.

2M aligned (default)
ndctl create-namespace -r region0 -f -e namespace0.0 -m devdax
4K aligned
ndctl create-namespace -r region0 -f -e namespace0.0 -m devdax -a 4k

@zhouyuan
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants