Crate netvsp

Source
Expand description

The user-mode netvsp VMBus device implementation.

Modules§

resolver

Structs§

BufferPool
A per-queue wrapper around guest buffers. The receive buffer is shared across all queues, but they are statically partitioned into per-queue suballocations.
Nic
A network adapter.
NicBuilder

Enums§

RndisState

Traits§

VirtualFunction
Represents a virtual function (VF) device used to expose accelerated networking to the guest.