-
Notifications
You must be signed in to change notification settings - Fork 0
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
virtio-net: add virtio-net to lambdo #4
Comments
Hey @sameo, We had some trouble understanding what you meant by
in your issue here. Is there supposed to be a virtio-net crate or repository somewhere in the rust-vmm organization ? We can only find C bindings for virtio-net. What is your take on this ? Thanks |
There is no net device implementation, only definition for devices. You want us to code the device ourselves? |
There is a bindings crate, a virtio queue implementation and a virtio device crate for the common virtio functionalities, including full virtio-mmio support. So you have to implement virtio-net on top of this, unless you want to re-implement stuff from scratch. |
This is the main tracking issue for all the sub-issues linked to adding a virtio-net support to lambdo.
As of right now, we have identified the following tasks :
This is still an early proposal of the tasks to do. We need further exploring before truly having a grasp on what needs to be done. Please comment and discuss with us anything we missed or misunderstood, or if this does not look like a logical division of tasks.
The text was updated successfully, but these errors were encountered: