| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/eth_l2_fwd/eth_l2_fwd_core.h>
Data Fields | |
| char | mlxdev_name1 [DOCA_DEVINFO_IBDEV_NAME_SIZE] |
| char | mlxdev_name2 [DOCA_DEVINFO_IBDEV_NAME_SIZE] |
| uint32_t | max_burst_size |
| uint32_t | pkts_recv_rate |
| uint32_t | max_pkt_size |
| uint16_t | pkt_max_process_time |
| uint16_t | num_task_batches |
| uint8_t | one_sided_fwd |
Definition at line 42 of file eth_l2_fwd_core.h.
| uint32_t eth_l2_fwd_cfg::max_burst_size |
Definition at line 45 of file eth_l2_fwd_core.h.
| uint32_t eth_l2_fwd_cfg::max_pkt_size |
Definition at line 47 of file eth_l2_fwd_core.h.
| char eth_l2_fwd_cfg::mlxdev_name1[DOCA_DEVINFO_IBDEV_NAME_SIZE] |
Definition at line 43 of file eth_l2_fwd_core.h.
| char eth_l2_fwd_cfg::mlxdev_name2[DOCA_DEVINFO_IBDEV_NAME_SIZE] |
Definition at line 44 of file eth_l2_fwd_core.h.
| uint16_t eth_l2_fwd_cfg::num_task_batches |
Definition at line 49 of file eth_l2_fwd_core.h.
| uint8_t eth_l2_fwd_cfg::one_sided_fwd |
Definition at line 50 of file eth_l2_fwd_core.h.
| uint16_t eth_l2_fwd_cfg::pkt_max_process_time |
Definition at line 48 of file eth_l2_fwd_core.h.
| uint32_t eth_l2_fwd_cfg::pkts_recv_rate |
Definition at line 46 of file eth_l2_fwd_core.h.