FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static void | vpe_main_init (vlib_main_t *vm) |
int | main (int argc, char *argv[]) |
static clib_error_t * | heapsize_config (vlib_main_t *vm, unformat_input_t *input) |
static clib_error_t * | plugin_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) |
static clib_error_t * | test_crash_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
char * | vlib_default_runtime_dir = "vpp" |
char * | vlib_plugin_path = "/usr/lib/vpp_plugins" |
char * | vlib_plugin_app_version = VPP_BUILD_VER |
static vlib_cli_command_t | test_crash_command |
(constructor) VLIB_CLI_COMMAND (test_crash_command) More... | |
void elog_post_mortem_dump | ( | void | ) |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void os_exit | ( | int | code | ) |
void os_panic | ( | void | ) |
|
static |
|
static |
void vhost_user_unmap_all | ( | void | ) |
void vl_msg_api_barrier_release | ( | void | ) |
void vl_msg_api_barrier_sync | ( | void | ) |
void vl_msg_api_post_mortem_dump | ( | void | ) |
Definition at line 794 of file api_shared.c.
u32 vlib_app_num_thread_stacks_needed | ( | void | ) |
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (test_crash_command)