FD.io VPP  v19.01.1-17-ge106252
Vector Packet Processing
device.c File Reference
+ Include dependency graph for device.c:

Go to the source code of this file.

Macros

#define foreach_bond_tx_error
 

Enumerations

enum  bond_tx_error_t { BOND_TX_N_ERROR }
 

Functions

static u8format_bond_tx_trace (u8 *s, va_list *args)
 
u8format_bond_interface_name (u8 *s, va_list *args)
 
static __clib_unused clib_error_tbond_set_l2_mode_function (vnet_main_t *vnm, struct vnet_hw_interface_t *bif_hw, i32 l2_if_adjust)
 
static __clib_unused clib_error_tbond_subif_add_del_function (vnet_main_t *vnm, u32 hw_if_index, struct vnet_sw_interface_t *st, int is_add)
 
static clib_error_tbond_interface_admin_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags)
 
static_always_inline void bond_tx_add_to_queue (bond_per_thread_data_t *ptd, u32 port, u32 bi)
 
static_always_inline u32 bond_lb_broadcast (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves)
 
static_always_inline u32 bond_lb_l2 (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves)
 
static_always_inline u16bond_locate_ethertype (ethernet_header_t *eth)
 
static_always_inline u32 bond_lb_l23 (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves)
 
static_always_inline u32 bond_lb_l34 (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves)
 
static_always_inline u32 bond_lb_round_robin (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves)
 
static_always_inline void bond_tx_inline (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t **b, u32 *h, u32 n_left, uword n_slaves, u32 lb_alg)
 
static_always_inline void bond_hash_to_port (u32 *h, u32 n_left, u32 n_slaves, int use_modulo_shortcut)
 
static_always_inline void bond_update_sw_if_index (bond_per_thread_data_t *ptd, bond_if_t *bif, u32 *bi, vlib_buffer_t **b, u32 *data, u32 n_left, int single_sw_if_index)
 
static_always_inline void bond_tx_trace (vlib_main_t *vm, vlib_node_runtime_t *node, bond_if_t *bif, vlib_buffer_t **b, u32 n_left, u32 *h)
 
VNET_DEVICE_CLASS_TX_FN() bond_dev_class (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static walk_rc_t bond_active_interface_switch_cb (vnet_main_t *vnm, u32 sw_if_index, void *arg)
 
static uword bond_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 
 VNET_DEVICE_CLASS (bond_dev_class)
 

Variables

static char * bond_tx_error_strings []
 
vlib_node_registration_t bond_process_node
 (constructor) VLIB_REGISTER_NODE (bond_process_node) More...
 

Macro Definition Documentation

#define foreach_bond_tx_error
Value:
_(NONE, "no error") \
_(IF_DOWN, "interface down") \
_(NO_SLAVE, "no slave")

Definition at line 29 of file device.c.

Enumeration Type Documentation

Enumerator
BOND_TX_N_ERROR 

Definition at line 34 of file device.c.

Function Documentation

static walk_rc_t bond_active_interface_switch_cb ( vnet_main_t vnm,
u32  sw_if_index,
void *  arg 
)
static

Definition at line 752 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VNET_DEVICE_CLASS_TX_FN() bond_dev_class ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 630 of file device.c.

+ Here is the call graph for this function:

static_always_inline void bond_hash_to_port ( u32 h,
u32  n_left,
u32  n_slaves,
int  use_modulo_shortcut 
)

Definition at line 451 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 120 of file device.c.

+ Here is the call graph for this function:

static_always_inline u32 bond_lb_broadcast ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t b0,
uword  n_slaves 
)

Definition at line 142 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline u32 bond_lb_l2 ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t b0,
uword  n_slaves 
)

Definition at line 168 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline u32 bond_lb_l23 ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t b0,
uword  n_slaves 
)

Definition at line 204 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline u32 bond_lb_l34 ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t b0,
uword  n_slaves 
)

Definition at line 265 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline u32 bond_lb_round_robin ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t b0,
uword  n_slaves 
)

Definition at line 342 of file device.c.

+ Here is the caller graph for this function:

static_always_inline u16* bond_locate_ethertype ( ethernet_header_t eth)

Definition at line 181 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 764 of file device.c.

+ Here is the call graph for this function:

static __clib_unused clib_error_t* bond_set_l2_mode_function ( vnet_main_t vnm,
struct vnet_hw_interface_t bif_hw,
i32  l2_if_adjust 
)
static

Definition at line 82 of file device.c.

+ Here is the call graph for this function:

static __clib_unused clib_error_t* bond_subif_add_del_function ( vnet_main_t vnm,
u32  hw_if_index,
struct vnet_sw_interface_t st,
int  is_add 
)
static

Definition at line 112 of file device.c.

static_always_inline void bond_tx_add_to_queue ( bond_per_thread_data_t ptd,
u32  port,
u32  bi 
)

Definition at line 135 of file device.c.

+ Here is the caller graph for this function:

static_always_inline void bond_tx_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t **  b,
u32 h,
u32  n_left,
uword  n_slaves,
u32  lb_alg 
)

Definition at line 354 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline void bond_tx_trace ( vlib_main_t vm,
vlib_node_runtime_t node,
bond_if_t bif,
vlib_buffer_t **  b,
u32  n_left,
u32 h 
)

Definition at line 599 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static_always_inline void bond_update_sw_if_index ( bond_per_thread_data_t ptd,
bond_if_t bif,
u32 bi,
vlib_buffer_t **  b,
u32 data,
u32  n_left,
int  single_sw_if_index 
)

Definition at line 520 of file device.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_bond_interface_name ( u8 s,
va_list *  args 
)

Definition at line 69 of file device.c.

+ Here is the call graph for this function:

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

Definition at line 49 of file device.c.

+ Here is the call graph for this function:

VNET_DEVICE_CLASS ( bond_dev_class  )

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t bond_process_node
Initial value:
= {
.function = bond_process,
.name = "bond-process",
}
static uword bond_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
Definition: device.c:764

(constructor) VLIB_REGISTER_NODE (bond_process_node)

Definition at line 790 of file device.c.

char* bond_tx_error_strings[]
static
Initial value:
= {
#define _(n,s)
}
#define foreach_bond_tx_error
Definition: device.c:29

Definition at line 42 of file device.c.