Module manager_actor

Module manager_actor 

Source
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§

IbvManagerActor
Manages all ibverbs-specific RDMA resources and operations.
IbvSubmit
Local-only submit message for the IbvManagerActor.

Enums§

IbvManagerMessage
Messages handled by IbvManagerActor.

Traits§

IbvManagerMessageClient
The custom client trait for this message type.
IbvManagerMessageHandler
The custom handler trait for this message type.
IbvSubmitClient
The custom client trait for this message type.
IbvSubmitHandler
The custom handler trait for this message type.