LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches

Allocate a completion queue. More...

Collaboration diagram for alloc_cq:

Classes

class  lci::alloc_cq_x
 The actual implementation for alloc_cq. More...
 

Detailed Description

Allocate a completion queue.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]default_lengthof type int; optional argument; The default length of the completion queue.
[in]zero_copy_amof type bool; optional argument; Whether to directly pass internal packet into the completion object.
[in]cq_typeof type attr_cq_type_t; optional argument; The type of the completion queue.
[in]user_contextof type void*; optional argument; The arbitrary user-defined context associated with this completion object.
Returns
of type comp_t; The allocated completion queue.