#include <string.h>
#include <rte_byteorder.h>
#include <rte_ethdev.h>
#include <doca_argp.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_DEV_ARGS
| #define FLOW_SWITCH_DEV_ARGS "dv_flow_en=2,fdb_def_rule_en=0,vport_match=1,repr_matching_en=0,dv_xmeta_en=4" |
◆ FLOW_SWITCH_REP_ARG
| #define FLOW_SWITCH_REP_ARG ",representor=" |
◆ destroy_doca_flow_switch_common()
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
flow_switch_common |
| ) |
|
◆ get_dpdk_nb_ports()
| uint8_t get_dpdk_nb_ports |
( |
void |
| ) |
|
◆ init_doca_flow_switch_common()
◆ init_flow_switch_dpdk()
| doca_error_t init_flow_switch_dpdk |
( |
int |
argc, |
|
|
char ** |
dpdk_argv |
|
) |
| |
◆ param_flow_switch_exp_callback()
| static doca_error_t param_flow_switch_exp_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ param_flow_switch_pci_callback()
| static doca_error_t param_flow_switch_pci_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ param_flow_switch_rep_callback()
| static doca_error_t param_flow_switch_rep_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ register_doca_flow_switch_param()