| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
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 |
Definition at line 571 of file nvmf_doca_io.c.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.