5#include <infiniband/verbs.h>
17 std::shared_ptr<pd> pd_;
27 srq(std::shared_ptr<pd>
pd,
size_t max_wr = 1024);
This class is an abstraction of a Protection Domain.
Definition pd.h:20
This class is an abstraction of an Infiniband Queue Pair.
Definition qp.h:50
This class represents a Shared Receive Queue.
Definition srq.h:15
~srq()
Destroy the srq object and the associated shared receive queue.
Definition srq.cc:27