Expand description
ibverbs queue pair, doorbell, and completion polling.
An IbvQueuePair encapsulates the send and receive queues, completion
queues, and other resources needed for RDMA communication. It provides
methods for establishing connections and performing RDMA operations.
Structs§
- Door
Bell - A doorbell trigger for batched RDMA operations.
- IbvQueue
Pair - An RDMA Queue Pair (QP) for communication between two endpoints.
Enums§
- Poll
Target - Specifies which completion queue to poll.