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

Refactor VirtqManager using rust trait and add comments to improve code readability #52

Merged
merged 3 commits into from
Aug 3, 2020

Conversation

Lencerf
Copy link
Contributor

@Lencerf Lencerf commented Aug 3, 2020

No description provided.

With less use of Fn closure, the readability should be better. Also we
used `impl Trait' to statically dispatch descriptor handlers, so the
performance should also be improved.

Signed-off-by: Changyuan Lyu <changyuan.lv@Gmail.com>
Signed-off-by: Changyuan Lyu <changyuan.lv@Gmail.com>
Signed-off-by: Changyuan Lyu <changyuan.lv@Gmail.com>
@rminnich rminnich merged commit 28b0f54 into akaros:master Aug 3, 2020
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