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

Add support for swap-in request with multiple pages in Linux kernel 4.x #3

Open
juncgu opened this issue Sep 5, 2017 · 1 comment
Assignees

Comments

@juncgu
Copy link
Collaborator

juncgu commented Sep 5, 2017

In Linux kernel 4.x, swap-in (read) request is allowed to batch multiple pages. Multiple pages can be in a single swap-in request.
Infiniswap was initially developed on kernel 3.13 which only allows single page in a swap-in request. Therefore, current Infiniswap can only accept the swap-in request with one page.
The multi-page swap-in request should be supported for kernel 4.x.

@juncgu juncgu self-assigned this Sep 5, 2017
@juncgu juncgu changed the title Add support for multiple pages in a single swap request in Linux kernel 4.x Add support for swap-in request with multiple pages in Linux kernel 4.x Sep 5, 2017
@leeymcj
Copy link
Collaborator

leeymcj commented May 21, 2018

I think I solved this. I will share the code for revision.

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

No branches or pull requests

2 participants