FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
node_serialize.c File Reference
+ Include dependency graph for node_serialize.c:

Go to the source code of this file.

Macros

#define foreach_state_string_code
 

Enumerations

enum  state_string_enum_t { foreach_state_string_code }
 

Functions

void vl_msg_api_barrier_sync (void)
 
void vl_msg_api_barrier_release (void)
 
u8vlib_node_serialize (vlib_node_main_t *nm, u8 *vector, u32 max_threads, int include_nexts, int include_stats)
 
vlib_node_t *** vlib_node_unserialize (u8 *vector)
 

Variables

static char * state_strings []
 

Macro Definition Documentation

#define foreach_state_string_code
Value:
_(STATE_DONE, "done") \
_(STATE_DISABLED, "disabled") \
_(STATE_TIME_WAIT, "time wait") \
_(STATE_EVENT_WAIT, "event wait") \
_(STATE_ANY_WAIT, "any wait") \
_(STATE_POLLING, "polling") \
_(STATE_INTERRUPT_WAIT, "interrupt wait") \
_(STATE_INTERNAL, "internal")

Definition at line 24 of file node_serialize.c.

Enumeration Type Documentation

Enumerator
foreach_state_string_code 

Definition at line 34 of file node_serialize.c.

Function Documentation

void vl_msg_api_barrier_release ( void  )

Definition at line 388 of file api_shared.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 383 of file api_shared.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* vlib_node_serialize ( vlib_node_main_t nm,
u8 vector,
u32  max_threads,
int  include_nexts,
int  include_stats 
)

Definition at line 55 of file node_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

vlib_node_t*** vlib_node_unserialize ( u8 vector)

Definition at line 212 of file node_serialize.c.

+ Here is the call graph for this function:

Variable Documentation

char* state_strings[]
static
Initial value:
= {
#define _(a,b)
}
#define foreach_state_string_code

Definition at line 41 of file node_serialize.c.