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

Data Fields

struct doca_dpa * dpa
 
doca_dpa_func_tthread_handler
 
size_t thread_arg_size
 

Detailed Description

Definition at line 1391 of file nvmf_doca_io.c.

Field Documentation

◆ dpa

struct doca_dpa* nvmf_doca_dpa_thread_create_attr::dpa

DOCA DPA used for creating the DPA thread

Definition at line 1392 of file nvmf_doca_io.c.

◆ thread_arg_size

size_t nvmf_doca_dpa_thread_create_attr::thread_arg_size

Size in bytes of argument that will be used in the thread

Definition at line 1394 of file nvmf_doca_io.c.

◆ thread_handler

doca_dpa_func_t* nvmf_doca_dpa_thread_create_attr::thread_handler

Handler function that the thread will execute

Definition at line 1393 of file nvmf_doca_io.c.


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