#include <stdlib.h>
#include <doca_argp.h>
#include <doca_flow.h>
#include <doca_log.h>
#include <doca_dpdk.h>
#include <dpdk_utils.h>
#include "flow_switch_common.h"
Go to the source code of this file.
◆ FLOW_SWITCH_PROXY_PORT_NB
| #define FLOW_SWITCH_PROXY_PORT_NB 2 |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_SWITCH::MAIN |
| ) |
|
◆ flow_switch()
| doca_error_t flow_switch |
( |
int |
nb_queues, |
|
|
int |
nb_ports, |
|
|
struct doca_dev * |
dev_main, |
|
|
struct doca_dev * |
dev_sec |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |