arcbox-virtio-net 0.4.10

VirtIO network device implementation for ArcBox
Documentation

VirtIO network device (virtio-net).

Implements the VirtIO network device for Ethernet connectivity.

Module layout

  • config: NetConfig, NetStatus, NetPort
  • header: VirtioNetHeader + NetPacket wire types
  • backend: NetBackend trait + cross-platform LoopbackBackend
  • tap: TAP backend (Linux only)
  • device: VirtioNet device + VirtioDevice impl