Go to the source code of this file.
|
static u8 * | format_bond_tx_trace (u8 *s, va_list *args) |
|
u8 * | format_bond_interface_name (u8 *s, va_list *args) |
|
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 __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 clib_error_t * | bond_interface_admin_up_down (vnet_main_t *vnm, u32 hw_if_index, u32 flags) |
|
static clib_error_t * | bond_add_del_mac_address (vnet_hw_interface_t *hi, const u8 *address, u8 is_add) |
|
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, bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves) |
|
static_always_inline u32 | bond_lb_l2 (vlib_buffer_t *b0) |
|
static_always_inline u16 * | bond_locate_ethertype (ethernet_header_t *eth) |
|
static_always_inline u32 | bond_lb_l23 (vlib_buffer_t *b0) |
|
static_always_inline u32 | bond_lb_l34 (vlib_buffer_t *b0) |
|
static_always_inline u32 | bond_lb_round_robin (bond_if_t *bif, vlib_buffer_t *b0, uword n_slaves) |
|
static_always_inline void | bond_tx_inline (vlib_main_t *vm, 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) |
|
static clib_error_t * | bond_slave_interface_add_del (vnet_main_t *vnm, u32 sw_if_index, u32 is_add) |
|
| VNET_SW_INTERFACE_ADD_DEL_FUNCTION (bond_slave_interface_add_del) |
|
◆ foreach_bond_tx_error
#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.
◆ bond_tx_error_t
Enumerator |
---|
BOND_TX_N_ERROR | |
Definition at line 34 of file device.c.
◆ bond_active_interface_switch_cb()
◆ bond_add_del_mac_address()
◆ bond_dev_class()
◆ bond_hash_to_port()
◆ bond_interface_admin_up_down()
◆ bond_lb_broadcast()
◆ bond_lb_l2()
◆ bond_lb_l23()
◆ bond_lb_l34()
◆ bond_lb_round_robin()
◆ bond_locate_ethertype()
◆ bond_process()
◆ bond_set_l2_mode_function()
◆ bond_slave_interface_add_del()
◆ bond_subif_add_del_function()
◆ bond_tx_add_to_queue()
◆ bond_tx_inline()
◆ bond_tx_trace()
◆ bond_update_sw_if_index()
◆ format_bond_interface_name()
u8* format_bond_interface_name |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_bond_tx_trace()
static u8* format_bond_tx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ VNET_DEVICE_CLASS()
◆ VNET_SW_INTERFACE_ADD_DEL_FUNCTION()
◆ bond_process_node
Initial value:= {
.name = "bond-process",
}
#define VLIB_NODE_FLAG_TRACE_SUPPORTED
static uword bond_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
(constructor) VLIB_REGISTER_NODE (bond_process_node)
Definition at line 835 of file device.c.
◆ bond_tx_error_strings
char* bond_tx_error_strings[] |
|
static |
Initial value:= {
#define _(n,s)
}
#define foreach_bond_tx_error
Definition at line 42 of file device.c.