RDMA++
|
This class represents a Shared Receive Queue. More...
#include <rdmapp/srq.h>
Public Member Functions | |
srq (std::shared_ptr< pd > pd, size_t max_wr=1024) | |
Construct a new srq object. | |
~srq () | |
Destroy the srq object and the associated shared receive queue. | |
Friends | |
class | qp |
This class represents a Shared Receive Queue.
rdmapp::srq::srq | ( | std::shared_ptr< pd > | pd, |
size_t | max_wr = 1024 |
||
) |
Construct a new srq object.
pd | The protection domain to use. |
max_wr | The maximum number of outstanding work requests. |