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

Configuration struct. More...

#include </opt/mellanox/doca/samples/doca_dpa/dpa_common.h>

Data Fields

char pf_device_name [DOCA_DEVINFO_IBDEV_NAME_SIZE]
 
char rdma_device_name [DOCA_DEVINFO_IBDEV_NAME_SIZE]
 
char dpa_resources_file [DPA_RESOURCES_PATH_MAX_SIZE]
 
char dpa_app_key [DPA_APP_KEY_MAX_SIZE]
 

Detailed Description

Configuration struct.

Definition at line 100 of file dpa_common.h.

Field Documentation

◆ dpa_app_key

char dpa_config::dpa_app_key[DPA_APP_KEY_MAX_SIZE]

DPA application key

Definition at line 105 of file dpa_common.h.

◆ dpa_resources_file

char dpa_config::dpa_resources_file[DPA_RESOURCES_PATH_MAX_SIZE]

Path to the DPA resources file

Definition at line 104 of file dpa_common.h.

◆ pf_device_name

char dpa_config::pf_device_name[DOCA_DEVINFO_IBDEV_NAME_SIZE]

Buffer that holds the PF device name

Definition at line 101 of file dpa_common.h.

◆ rdma_device_name

char dpa_config::rdma_device_name[DOCA_DEVINFO_IBDEV_NAME_SIZE]

Needed when running from DPU: Buffer that holds the RDMA device name

Definition at line 102 of file dpa_common.h.


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