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

Fix: move_pages test for non-contiguous nodes #36

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

harish-24
Copy link
Contributor

Patch fixes move_pages test for non-contiguous memory nodes and distributed pages among existing memory nodes instead of assuming continuous node IDs.

Signed-off-by: Harish harish@linux.vnet.ibm.com

Patch fixes move_pages test for non-contiguous memory nodes and
distributed pages among existing memory nodes instead of assuming
continuous node IDs.

Signed-off-by: Harish <harish@linux.vnet.ibm.com>
@harish-24
Copy link
Contributor Author

On a 4 node system..

move_pages() test ......
...

Moving pages to start node ...
Page 0 vaddr=0x3fff90570000 node=16
Page 1 vaddr=0x3fff90580000 node=16
Page 2 vaddr=0x3fff90590000 node=-2
Page 3 vaddr=0x3fff905a0000 node=16
Page 4 vaddr=0x3fff905b0000 node=16
Page 5 vaddr=0x3fff905c0000 node=16
Page 6 vaddr=0x3fff905d0000 node=16
Page 7 vaddr=0x3fff905e0000 node=16
...
...
Moving pages to target nodes ...
Page 0 vaddr=3fff90570000 node=0
Page 1 vaddr=3fff90580000 node=1
Page 2 vaddr=3fff90590000 node=-2
Page 3 vaddr=3fff905a0000 node=17
Page 4 vaddr=3fff905b0000 node=0
Page 5 vaddr=3fff905c0000 node=1
Page 6 vaddr=3fff905d0000 node=16
Page 7 vaddr=3fff905e0000 node=17
...
...

@filbranden filbranden merged commit bad479d into numactl:master Jul 17, 2018
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.

2 participants