NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
switch_core.h File Reference
#include "flow_parser.h"
#include "flow_switch_common.h"
Include dependency graph for switch_core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void switch_ports_count (struct application_dpdk_config *app_dpdk_config)
 
doca_error_t switch_init (struct application_dpdk_config *app_dpdk_config, struct flow_switch_ctx *ctx)
 
void switch_destroy (void)
 

Function Documentation

◆ switch_destroy()

void switch_destroy ( void  )

Definition at line 433 of file switch_core.c.

◆ switch_init()

doca_error_t switch_init ( struct application_dpdk_config app_dpdk_config,
struct flow_switch_ctx ctx 
)

Definition at line 382 of file switch_core.c.

◆ switch_ports_count()

void switch_ports_count ( struct application_dpdk_config app_dpdk_config)