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§
- An interface to access device hardware.
- Access to device registers.
- Device interfaces for DMA.