CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This defines a structure that contains all of the state information that is specific to the Rx side of a single EFA endpoint. More...
#include <adapter_efa.h>
Data Fields | |
CdiPoolHandle | packet_sgl_entries_pool_handle |
Memory pool for Rx packet SGL entries (CdiSglEntry). Not thread-safe. | |
void * | allocated_buffer_ptr |
Address of receive packets memory buffer; needed for freeing. | |
int | allocated_buffer_size |
Total size of allocated packets buffer; needed for freeing. | |
bool | allocated_buffer_was_from_heap |
True if no huge pages were available; needed for freeing. | |
struct fid_mr * | memory_region_ptr |
Pointer to Rx memory region. | |
This defines a structure that contains all of the state information that is specific to the Rx side of a single EFA endpoint.