Expand description
ibverbs backend implementation for RDMA operations.
Re-exports§
pub use queue_pair::IbvQueuePair;pub use queue_pair::PollTarget;
Modules§
- device_
selection - ibverbs-specific device selection logic that pairs compute devices with the best available RDMA NICs based on PCI topology distance.
- manager_
actor - Ibverbs Manager
- primitives
- This file contains primitive data structures for interacting with ibverbs.
- queue_
pair - ibverbs queue pair, doorbell, and completion polling.
Structs§
- IbvBuffer
- Lazily-initialized ibverbs transport details for a registered memory
region. Retrieved on demand from the
IbvManagerActorvia [IbvManagerMessage::RequestBuffer]. - IbvOp
- A single RDMA op for the [
IbvSubmit] message.