NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
nvmf_doca_dpa_comch_create_attr Struct Reference

Data Fields

struct doca_dev * dev
 
struct doca_dpa * dpa
 
struct doca_dpa_thread * dpa_thread
 
uint32_t max_num_msg
 
struct doca_pe * pe
 
void * ctx_user_data
 

Detailed Description

Definition at line 571 of file nvmf_doca_io.c.

Field Documentation

◆ ctx_user_data

void* nvmf_doca_dpa_comch_create_attr::ctx_user_data

The user data to associate with the producer/consumer

Definition at line 577 of file nvmf_doca_io.c.

◆ dev

struct doca_dev* nvmf_doca_dpa_comch_create_attr::dev

A doca device representing the emulation manager

Definition at line 572 of file nvmf_doca_io.c.

◆ dpa

struct doca_dpa* nvmf_doca_dpa_comch_create_attr::dpa

DOCA DPA for accessing DPA resources

Definition at line 573 of file nvmf_doca_io.c.

◆ dpa_thread

struct doca_dpa_thread* nvmf_doca_dpa_comch_create_attr::dpa_thread

the DOCA DPA thread to communicate with

Definition at line 574 of file nvmf_doca_io.c.

◆ max_num_msg

uint32_t nvmf_doca_dpa_comch_create_attr::max_num_msg

The maximal number of messages that can be sent/received

Definition at line 575 of file nvmf_doca_io.c.

◆ pe

struct doca_pe* nvmf_doca_dpa_comch_create_attr::pe

Progress engine to be used by DPU consumer and producer

Definition at line 576 of file nvmf_doca_io.c.


The documentation for this struct was generated from the following file: