FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
main.c File Reference
+ Include dependency graph for main.c:

Go to the source code of this file.

Macros

#define UNIX_CLI_DEFAULT_PAGER_LIMIT   100000
 Default CLI pager limit is not configured in startup.conf. More...
 
#define UNIX_CLI_DEFAULT_HISTORY   50
 Default CLI history depth if not configured in startup.conf. More...
 

Functions

static clib_error_tunix_main_init (vlib_main_t *vm)
 
static int unsetup_signal_handlers (int sig)
 
static void unix_signal_handler (int signum, siginfo_t *si, ucontext_t *uc)
 
static clib_error_tsetup_signal_handlers (unix_main_t *um)
 
static void unix_error_handler (void *arg, u8 *msg, int msg_len)
 
void vlib_unix_error_report (vlib_main_t *vm, clib_error_t *error)
 
static uword startup_config_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
static clib_error_tunix_config (vlib_main_t *vm, unformat_input_t *input)
 
static clib_error_tunix_exit (vlib_main_t *vm)
 
static uword thread0 (uword arg)
 
u8vlib_thread_stack_init (uword thread_index)
 
int vlib_unix_main (int argc, char *argv[])
 

Variables

char * vlib_default_runtime_dir = "vlib"
 
unix_main_t unix_main
 
clib_file_main_t file_main
 
static u8syslog_msg = 0
 
static int last_signum = 0
 
static uword last_faulting_address = 0
 
static vlib_node_registration_t startup_config_node
 (constructor) VLIB_REGISTER_NODE (startup_config_node) More...
 
u8 ** vlib_thread_stacks
 

Macro Definition Documentation

#define UNIX_CLI_DEFAULT_HISTORY   50

Default CLI history depth if not configured in startup.conf.

Definition at line 57 of file main.c.

#define UNIX_CLI_DEFAULT_PAGER_LIMIT   100000

Default CLI pager limit is not configured in startup.conf.

Definition at line 54 of file main.c.

Function Documentation

static clib_error_t* setup_signal_handlers ( unix_main_t um)
static

Definition at line 175 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword startup_config_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 266 of file main.c.

+ Here is the call graph for this function:

static uword thread0 ( uword  arg)
static

Definition at line 610 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 363 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unix_error_handler ( void *  arg,
u8 msg,
int  msg_len 
)
static

Definition at line 217 of file main.c.

+ Here is the caller graph for this function:

static clib_error_t* unix_exit ( vlib_main_t vm)
static

Definition at line 598 of file main.c.

static clib_error_t* unix_main_init ( vlib_main_t vm)
static

Definition at line 66 of file main.c.

+ Here is the call graph for this function:

static void unix_signal_handler ( int  signum,
siginfo_t *  si,
ucontext_t *  uc 
)
static

Definition at line 95 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int unsetup_signal_handlers ( int  sig)
static

Definition at line 76 of file main.c.

+ Here is the caller graph for this function:

u8* vlib_thread_stack_init ( uword  thread_index)

Definition at line 624 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vlib_unix_error_report ( vlib_main_t vm,
clib_error_t error 
)

Definition at line 240 of file main.c.

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

Definition at line 641 of file main.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

clib_file_main_t file_main

Definition at line 63 of file main.c.

uword last_faulting_address = 0
static

Definition at line 92 of file main.c.

int last_signum = 0
static

Definition at line 91 of file main.c.

vlib_node_registration_t startup_config_node
static
Initial value:
= {
.name = "startup-config-process",
}
static uword startup_config_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
Definition: main.c:266

(constructor) VLIB_REGISTER_NODE (startup_config_node)

Definition at line 355 of file main.c.

u8* syslog_msg = 0
static

Definition at line 90 of file main.c.

unix_main_t unix_main

Definition at line 62 of file main.c.

char * vlib_default_runtime_dir = "vlib"

Definition at line 59 of file main.c.

u8** vlib_thread_stacks

Definition at line 607 of file main.c.