tree: cd29a0a9fb5a5bae2d3ed48bafd27926343bf575
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/virtualization/bin/vmm/device/virtio_net/README.md

Virtio-net Device

The virtio-net device is in-process with the netstack preventing the need for a process hop and additional packet copy. There is currently no support for a Rust netdevice server, so this device uses Rust for the virtio bindings, and C++ via FFI for the netstack bindings.