NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
simple_fwd.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <doca_flow.h>
#include "simple_fwd_pkt.h"
#include "simple_fwd_port.h"
Include dependency graph for simple_fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  simple_fwd_app
 
struct  simple_fwd_pipe_entry
 

Macros

#define SIMPLE_FWD_PORTS   (2) /* Number of ports used by the application */
 
#define SIMPLE_FWD_MAX_FLOWS   (8096) /* Maximum number of flows used/added by the application at a given time */
 

Functions

struct app_vnfsimple_fwd_get_vnf (void)
 

Macro Definition Documentation

◆ SIMPLE_FWD_MAX_FLOWS

#define SIMPLE_FWD_MAX_FLOWS   (8096) /* Maximum number of flows used/added by the application at a given time */

Definition at line 38 of file simple_fwd.h.

◆ SIMPLE_FWD_PORTS

#define SIMPLE_FWD_PORTS   (2) /* Number of ports used by the application */

Definition at line 37 of file simple_fwd.h.

Function Documentation

◆ simple_fwd_get_vnf()

struct app_vnf* simple_fwd_get_vnf ( void  )

Definition at line 1536 of file simple_fwd.c.