Go to the source code of this file.
#define foreach_ssvm_eth_input_error _(NO_BUFFERS, "Rx packet drops (no buffers)") |
Enumerator |
---|
SSVM_ETH_INPUT_N_ERROR |
|
Definition at line 41 of file node.c.
Enumerator |
---|
SSVM_ETH_INPUT_NEXT_DROP |
|
SSVM_ETH_INPUT_NEXT_ETHERNET_INPUT |
|
SSVM_ETH_INPUT_NEXT_IP4_INPUT |
|
SSVM_ETH_INPUT_NEXT_IP6_INPUT |
|
SSVM_ETH_INPUT_NEXT_MPLS_INPUT |
|
SSVM_ETH_INPUT_N_NEXT |
|
Definition at line 54 of file node.c.
static u8* format_ssvm_eth_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* ssvm_eth_input_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ssvm_eth_input_error
Definition at line 48 of file node.c.
Initial value:= {
.name = "ssvm_eth_input",
.vector_size =
sizeof (
u32),
.
state = VLIB_NODE_STATE_DISABLED,
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static u8 * format_ssvm_eth_input_trace(u8 *s, va_list *args)
static uword ssvm_eth_input_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
vhost_vring_state_t state
static char * ssvm_eth_input_error_strings[]
(constructor) VLIB_REGISTER_NODE (ssvm_eth_input_node)
Definition at line 17 of file node.c.