FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
main.c File Reference
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

static int rte_delay_us_override (unsigned us)
 
static void rte_delay_us_override_cb (unsigned us)
 
static clib_error_tdpdk_main_init (vlib_main_t *vm)
 
clib_error_tdpdk_early_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Function Documentation

◆ dpdk_early_init()

clib_error_t* dpdk_early_init ( vlib_main_t vm)

Definition at line 103 of file main.c.

+ Here is the call graph for this function:

◆ dpdk_main_init()

static clib_error_t* dpdk_main_init ( vlib_main_t vm)
static

Definition at line 80 of file main.c.

+ Here is the call graph for this function:

◆ rte_delay_us_override()

static int rte_delay_us_override ( unsigned  us)
static

Definition at line 35 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rte_delay_us_override_cb()

static void rte_delay_us_override_cb ( unsigned  us)
static

Definition at line 74 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )