Crate user_driver

Source
Expand description

Infrastructure for implementing PCI drivers in user mode.

Modules§

  • Async-friendly spin loop support.
  • Interrupt handling for user-mode device drivers.
  • Traits and types for sharing host memory with the device.
  • Allocator for pages within a pool.
  • Support for accessing a MANA device via VFIO on Linux.

Traits§