| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/stream_receive_perf/stream_receive_perf_core.h>
Data Fields | |
| bool | list |
| bool | dump |
| enum scatter_type | scatter_type |
| enum timestamp_format | tstamp_format |
| struct in_addr | src_ip |
| struct in_addr | dst_ip |
| struct in_addr | dev_ip |
| uint16_t | dst_port |
| uint16_t | data_size |
| uint16_t | hdr_size |
| uint32_t | num_elements |
| bool | affinity_mask_set |
| struct doca_rmax_cpu_affinity * | affinity_mask |
| useconds_t | sleep_us |
| uint32_t | min_packets |
| uint32_t | max_packets |
| unsigned | cpu_core |
Sample configuration options
Definition at line 58 of file stream_receive_perf_core.h.
| struct doca_rmax_cpu_affinity* app_config::affinity_mask |
Definition at line 71 of file stream_receive_perf_core.h.
| bool app_config::affinity_mask_set |
Definition at line 70 of file stream_receive_perf_core.h.
| unsigned app_config::cpu_core |
Definition at line 42 of file rmax_set_affinity_main.c.
| uint16_t app_config::data_size |
Definition at line 67 of file stream_receive_perf_core.h.
| struct in_addr app_config::dev_ip |
Definition at line 60 of file stream_receive_perf_core.h.
| struct in_addr app_config::dst_ip |
Definition at line 60 of file stream_receive_perf_core.h.
| uint16_t app_config::dst_port |
Definition at line 66 of file stream_receive_perf_core.h.
| bool app_config::dump |
Definition at line 60 of file stream_receive_perf_core.h.
| uint16_t app_config::hdr_size |
Definition at line 68 of file stream_receive_perf_core.h.
| bool app_config::list |
Definition at line 59 of file stream_receive_perf_core.h.
| uint32_t app_config::max_packets |
Definition at line 74 of file stream_receive_perf_core.h.
| uint32_t app_config::min_packets |
Definition at line 73 of file stream_receive_perf_core.h.
| uint32_t app_config::num_elements |
Definition at line 69 of file stream_receive_perf_core.h.
| enum scatter_type app_config::scatter_type |
Definition at line 60 of file stream_receive_perf_core.h.
| useconds_t app_config::sleep_us |
Definition at line 72 of file stream_receive_perf_core.h.
| struct in_addr app_config::src_ip |
Definition at line 60 of file stream_receive_perf_core.h.
| enum timestamp_format app_config::tstamp_format |
Definition at line 60 of file stream_receive_perf_core.h.