Module ibverbs

Module ibverbs 

Source
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 IbvManagerActor via [IbvManagerMessage::RequestBuffer].
IbvOp
A single RDMA op for the [IbvSubmit] message.