Module queue_pair

Module queue_pair 

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

DoorBell
A doorbell trigger for batched RDMA operations.
IbvQueuePair
An RDMA Queue Pair (QP) for communication between two endpoints.

Enums§

PollTarget
Specifies which completion queue to poll.