FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
main.c File Reference
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

static void vpp_find_plugin_path ()
 
static void vpe_main_init (vlib_main_t *vm)
 
int main (int argc, char *argv[])
 
static clib_error_theapsize_config (vlib_main_t *vm, unformat_input_t *input)
 
static clib_error_tplugin_path_config (vlib_main_t *vm, unformat_input_t *input)
 
void vl_msg_api_post_mortem_dump (void)
 
void elog_post_mortem_dump (void)
 
void os_panic (void)
 
void vhost_user_unmap_all (void)
 
void os_exit (int code)
 
void vl_msg_api_barrier_sync (void)
 
void vl_msg_api_barrier_release (void)
 
u32 vlib_app_num_thread_stacks_needed (void)
 

Variables

char * vlib_plugin_path = "/usr/lib/vpp_plugins"
 
char * vlib_plugin_app_version = VPP_BUILD_VER
 
char * vlib_default_runtime_dir = "vpp"
 

Function Documentation

void elog_post_mortem_dump ( void  )

Definition at line 707 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* heapsize_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 277 of file main.c.

+ Here is the call graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 96 of file main.c.

+ Here is the call graph for this function:

void os_exit ( int  code)

Definition at line 335 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void os_panic ( void  )

Definition at line 321 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* plugin_path_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 297 of file main.c.

+ Here is the call graph for this function:

void vhost_user_unmap_all ( void  )

Definition at line 330 of file main.c.

+ Here is the caller graph for this function:

void vl_msg_api_barrier_release ( void  )

Definition at line 369 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_msg_api_barrier_sync ( void  )

Definition at line 363 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_msg_api_post_mortem_dump ( void  )

Definition at line 787 of file api_shared.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 vlib_app_num_thread_stacks_needed ( void  )

Definition at line 376 of file main.c.

+ Here is the caller graph for this function:

static void vpe_main_init ( vlib_main_t vm)
static

Definition at line 70 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vpp_find_plugin_path ( )
static

Definition at line 36 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

char* vlib_default_runtime_dir = "vpp"

Definition at line 93 of file main.c.

char* vlib_plugin_app_version = VPP_BUILD_VER

Definition at line 33 of file main.c.

char* vlib_plugin_path = "/usr/lib/vpp_plugins"

Definition at line 32 of file main.c.