tree: b7ee177474bc6fc98f219d9b669f2d5600b1eeb9 [path history] [tgz]
  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.