FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
p2p_ethernet_input.c File Reference
+ Include dependency graph for p2p_ethernet_input.c:

Go to the source code of this file.

Macros

#define foreach_p2p_ethernet_error   _(HITS, "P2P ethernet incoming packets processed")
 

Enumerations

enum  p2p_ethernet_error_t { P2PE_N_ERROR }
 

Functions

static u8format_p2p_ethernet_trace (u8 *s, va_list *args)
 
VLIB_NODE_FN() p2p_ethernet_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

vlib_node_registration_t p2p_ethernet_input_node
 (constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node) More...
 
static char * p2p_ethernet_error_strings []
 

Macro Definition Documentation

◆ foreach_p2p_ethernet_error

#define foreach_p2p_ethernet_error   _(HITS, "P2P ethernet incoming packets processed")

Definition at line 45 of file p2p_ethernet_input.c.

Enumeration Type Documentation

◆ p2p_ethernet_error_t

Enumerator
P2PE_N_ERROR 

Definition at line 48 of file p2p_ethernet_input.c.

Function Documentation

◆ format_p2p_ethernet_trace()

static u8* format_p2p_ethernet_trace ( u8 s,
va_list *  args 
)
static

Definition at line 31 of file p2p_ethernet_input.c.

+ Here is the call graph for this function:

◆ p2p_ethernet_input_node()

VLIB_NODE_FN() p2p_ethernet_input_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 62 of file p2p_ethernet_input.c.

+ Here is the call graph for this function:

Variable Documentation

◆ p2p_ethernet_error_strings

char* p2p_ethernet_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_p2p_ethernet_error

Definition at line 56 of file p2p_ethernet_input.c.

◆ p2p_ethernet_input_node

vlib_node_registration_t p2p_ethernet_input_node
Initial value:
= {
.name = "p2p-ethernet-input",
.vector_size = sizeof (u32),
.format_trace = format_p2p_ethernet_trace,
.error_strings = p2p_ethernet_error_strings,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
u32 flags
Definition: vhost_user.h:141
#define VLIB_NODE_FLAG_TRACE_SUPPORTED
Definition: node.h:306
static char * p2p_ethernet_error_strings[]
unsigned int u32
Definition: types.h:88
vl_api_fib_path_type_t type
Definition: fib_types.api:123
#define ARRAY_LEN(x)
Definition: clib.h:62
static u8 * format_p2p_ethernet_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node)

Definition at line 235 of file p2p_ethernet_input.c.