Crate vhost_user_backend

source ·
Expand description

A simple framework to run a vhost-user backend service.

Modules§

Structs§

  • Implement a simple framework to run a vhost-user service daemon.
  • Epoll event handler to manage and process epoll events for registered file descriptor.
  • A VringState object protected by Mutex for multi-threading context.
  • A VringState object protected by RwLock for multi-threading context.
  • Struct to maintain raw state information for a vhost-user queue.

Enums§

Traits§

Type Aliases§

  • Result of vhost-user daemon operations.