| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <doca_argp.h>#include <doca_log.h>#include <doca_dpdk.h>#include <dpdk_utils.h>#include "flow_ct_common.h"#include "common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (FLOW_CT_2_PORTS::MAIN) | |
| doca_error_t | flow_ct_2_ports (uint16_t nb_queues, struct doca_dev *dev_arr[], int nb_ports) |
| int | main (int argc, char **argv) |
| DOCA_LOG_REGISTER | ( | FLOW_CT_2_PORTS::MAIN | ) |
| doca_error_t flow_ct_2_ports | ( | uint16_t | nb_queues, |
| struct doca_dev * | dev_arr[], | ||
| int | nb_ports | ||
| ) |
Definition at line 468 of file flow_ct_2_ports_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file flow_ct_2_ports_main.c.