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

Rust virtio net support #886

Open
wants to merge 3 commits into
base: rust
Choose a base branch
from

Conversation

Richardhongyu
Copy link

This adds the support of the virtio-net driver.

Signed-off-by: Li Hongyu <lihongyu1999@bupt.edu.cn>
Many network drivers use struct page_frag to represent an area of memory in a page. This commits wrap it in the rust.

Signed-off-by: Li Hongyu <lihongyu1999@bupt.edu.cn>
Signed-off-by: Li Hongyu <lihongyu1999@bupt.edu.cn>
@vtta
Copy link

vtta commented Nov 14, 2022

Where is virtio-net driver implementation exactly? Why not follow your previous virito driver framework in #841 ?

@Richardhongyu
Copy link
Author

The implementation of the virtio-net driver is not completed yet.

These two PRs are both used in the virtio-net driver and are not conflicted. The previous PR has already received some reviews so I don't add the new commits to that PR disturbing the reviewing phase.

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

Successfully merging this pull request may close these issues.

2 participants