FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
node.c File Reference
+ Include dependency graph for node.c:

Go to the source code of this file.

Macros

#define foreach_bond_input_error
 

Enumerations

enum  bond_input_error_t { BOND_INPUT_N_ERROR }
 

Functions

static u8format_bond_input_trace (u8 *s, va_list *args)
 
static_always_inline u8 packet_is_cdp (ethernet_header_t *eth)
 
static void bond_sw_if_index_rewrite (vlib_main_t *vm, vlib_node_runtime_t *node, slave_if_t *sif, ethernet_header_t *eth, vlib_buffer_t *b0)
 
static uword bond_input_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static clib_error_tbond_input_init (vlib_main_t *vm)
 
 VNET_FEATURE_INIT (bond_input, static)
 
static clib_error_tbond_sw_interface_up_down (vnet_main_t *vnm, u32 sw_if_index, u32 flags)
 
 VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION (bond_sw_interface_up_down)
 
static clib_error_tbond_hw_interface_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 
 VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (bond_hw_interface_up_down)
 

Variables

bond_main_t bond_main
 
static char * bond_input_error_strings []
 
vlib_node_registration_t bond_input_node
 (constructor) VLIB_REGISTER_NODE (bond_input_node) More...
 

Macro Definition Documentation

#define foreach_bond_input_error
Value:
_(NONE, "no error") \
_(IF_DOWN, "interface down") \
_(NO_SLAVE, "no slave") \
_(NO_BOND, "no bond interface")\
_(PASS_THRU, "pass through")

Definition at line 26 of file node.c.

Enumeration Type Documentation

Enumerator
BOND_INPUT_N_ERROR 

Definition at line 33 of file node.c.

Function Documentation

static clib_error_t* bond_hw_interface_up_down ( vnet_main_t vnm,
u32  hw_if_index,
u32  flags 
)
static

Definition at line 482 of file node.c.

+ Here is the call graph for this function:

static uword bond_input_fn ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 191 of file node.c.

+ Here is the call graph for this function:

static clib_error_t* bond_input_init ( vlib_main_t vm)
static

Definition at line 416 of file node.c.

static void bond_sw_if_index_rewrite ( vlib_main_t vm,
vlib_node_runtime_t node,
slave_if_t sif,
ethernet_header_t eth,
vlib_buffer_t b0 
)
inlinestatic

Definition at line 82 of file node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* bond_sw_interface_up_down ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags 
)
static

Definition at line 450 of file node.c.

+ Here is the call graph for this function:

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

Definition at line 48 of file node.c.

+ Here is the call graph for this function:

static_always_inline u8 packet_is_cdp ( ethernet_header_t eth)

Definition at line 66 of file node.c.

+ Here is the caller graph for this function:

VNET_FEATURE_INIT ( bond_input  ,
static   
)
VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION ( bond_hw_interface_up_down  )

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION ( bond_sw_interface_up_down  )

+ Here is the caller graph for this function:

Variable Documentation

char* bond_input_error_strings[]
static
Initial value:
= {
#define _(n,s)
}
#define foreach_bond_input_error
Definition: node.c:26

Definition at line 41 of file node.c.

vlib_node_registration_t bond_input_node
Initial value:
= {
.function = bond_input_fn,
.name = "bond-input",
.vector_size = sizeof (u32),
.format_trace = format_bond_input_trace,
.n_errors = BOND_INPUT_N_ERROR,
.error_strings = bond_input_error_strings,
.n_next_nodes = 0,
.next_nodes =
{
[0] = "error-drop"
}
}
static u8 * format_bond_input_trace(u8 *s, va_list *args)
Definition: node.c:48
u8 * format_ethernet_header_with_length(u8 *s, va_list *args)
Definition: format.c:91
static uword bond_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: node.c:191
unsigned int u32
Definition: types.h:88
static char * bond_input_error_strings[]
Definition: node.c:41

(constructor) VLIB_REGISTER_NODE (bond_input_node)

Definition at line 422 of file node.c.

bond_main_t bond_main

Definition at line 24 of file node.c.