Expand description
§Ibverbs Manager
Contains ibverbs-specific RDMA logic.
Manages ibverbs resources including:
- Memory registration (CPU and CUDA via dmabuf or segment scanning)
- Queue pair creation and connection establishment
- RDMA domain and protection domain management
- Device selection and PCI-to-RDMA device mapping
Structs§
- IbvManager
Actor - Manages all ibverbs-specific RDMA resources and operations.
- IbvSubmit
- Local-only submit message for the
IbvManagerActor.
Enums§
- IbvManager
Message - Messages handled by
IbvManagerActor.
Traits§
- IbvManager
Message Client - The custom client trait for this message type.
- IbvManager
Message Handler - The custom handler trait for this message type.
- IbvSubmit
Client - The custom client trait for this message type.
- IbvSubmit
Handler - The custom handler trait for this message type.