FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
bond_api.c File Reference
+ Include dependency graph for bond_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_bond_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_bond_delete_t_handler (vl_api_bond_delete_t *mp)
 
static void vl_api_bond_create_t_handler (vl_api_bond_create_t *mp)
 
static void vl_api_bond_create2_t_handler (vl_api_bond_create2_t *mp)
 
static void vl_api_bond_add_member_t_handler (vl_api_bond_add_member_t *mp)
 
static void vl_api_bond_enslave_t_handler (vl_api_bond_enslave_t *mp)
 
static void vl_api_sw_interface_set_bond_weight_t_handler (vl_api_sw_interface_set_bond_weight_t *mp)
 
static void vl_api_bond_detach_slave_t_handler (vl_api_bond_detach_slave_t *mp)
 
static void vl_api_bond_detach_member_t_handler (vl_api_bond_detach_member_t *mp)
 
static void bond_send_sw_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, bond_interface_details_t *bond_if, u32 context)
 
static void vl_api_sw_interface_bond_dump_t_handler (vl_api_sw_interface_bond_dump_t *mp)
 
static void bond_send_sw_bond_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, bond_interface_details_t *bond_if, u32 context)
 
static void vl_api_sw_bond_interface_dump_t_handler (vl_api_sw_bond_interface_dump_t *mp)
 
static void bond_send_sw_member_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, member_interface_details_t *member_if, u32 context)
 
static void vl_api_sw_interface_slave_dump_t_handler (vl_api_sw_interface_slave_dump_t *mp)
 
static void bond_send_member_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, member_interface_details_t *member_if, u32 context)
 
static void vl_api_sw_member_interface_dump_t_handler (vl_api_sw_member_interface_dump_t *mp)
 
static void bond_setup_message_id_table (api_main_t *am)
 
static clib_error_tbond_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (bond_api_hookup)
 

Macro Definition Documentation

◆ foreach_bond_api_msg

#define foreach_bond_api_msg
Value:
_(BOND_CREATE, bond_create) \
_(BOND_CREATE2, bond_create2) \
_(BOND_DELETE, bond_delete) \
_(BOND_ENSLAVE, bond_enslave) \
_(BOND_ADD_MEMBER, bond_add_member) \
_(SW_INTERFACE_SET_BOND_WEIGHT, sw_interface_set_bond_weight) \
_(BOND_DETACH_SLAVE, bond_detach_slave) \
_(BOND_DETACH_MEMBER, bond_detach_member) \
_(SW_INTERFACE_BOND_DUMP, sw_interface_bond_dump) \
_(SW_BOND_INTERFACE_DUMP, sw_bond_interface_dump) \
_(SW_INTERFACE_SLAVE_DUMP, sw_interface_slave_dump) \
_(SW_MEMBER_INTERFACE_DUMP, sw_member_interface_dump)
void bond_detach_member(vlib_main_t *vm, bond_detach_member_args_t *args)
Definition: cli.c:829
void bond_add_member(vlib_main_t *vm, bond_add_member_args_t *args)
Definition: cli.c:599

Definition at line 47 of file bond_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 34 of file bond_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 449 of file bond_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 39 of file bond_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 40 of file bond_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 30 of file bond_api.c.

Function Documentation

◆ bond_api_hookup()

static clib_error_t* bond_api_hookup ( vlib_main_t vm)
static

Definition at line 462 of file bond_api.c.

+ Here is the call graph for this function:

◆ bond_send_member_interface_details()

static void bond_send_member_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
member_interface_details_t member_if,
u32  context 
)
static

Definition at line 400 of file bond_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ bond_send_sw_bond_interface_details()

static void bond_send_sw_bond_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
bond_interface_details_t bond_if,
u32  context 
)
static

Definition at line 291 of file bond_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ bond_send_sw_interface_details()

static void bond_send_sw_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
bond_interface_details_t bond_if,
u32  context 
)
static

Definition at line 240 of file bond_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ bond_send_sw_member_interface_details()

static void bond_send_sw_member_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
member_interface_details_t member_if,
u32  context 
)
static

Definition at line 350 of file bond_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ bond_setup_message_id_table()

static void bond_setup_message_id_table ( api_main_t am)
static

Definition at line 454 of file bond_api.c.

+ Here is the caller graph for this function:

◆ vl_api_bond_add_member_t_handler()

static void vl_api_bond_add_member_t_handler ( vl_api_bond_add_member_t mp)
static

Definition at line 140 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_create2_t_handler()

static void vl_api_bond_create2_t_handler ( vl_api_bond_create2_t mp)
static

Definition at line 107 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_create_t_handler()

static void vl_api_bond_create_t_handler ( vl_api_bond_create_t mp)
static

Definition at line 75 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_delete_t_handler()

static void vl_api_bond_delete_t_handler ( vl_api_bond_delete_t mp)
static

Definition at line 62 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_detach_member_t_handler()

static void vl_api_bond_detach_member_t_handler ( vl_api_bond_detach_member_t mp)
static

Definition at line 223 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_detach_slave_t_handler()

static void vl_api_bond_detach_slave_t_handler ( vl_api_bond_detach_slave_t mp)
static

Definition at line 206 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_enslave_t_handler()

static void vl_api_bond_enslave_t_handler ( vl_api_bond_enslave_t mp)
static

Definition at line 163 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_bond_interface_dump_t_handler()

static void vl_api_sw_bond_interface_dump_t_handler ( vl_api_sw_bond_interface_dump_t mp)
static

Definition at line 317 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_bond_dump_t_handler()

static void vl_api_sw_interface_bond_dump_t_handler ( vl_api_sw_interface_bond_dump_t mp)
static

Definition at line 266 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_set_bond_weight_t_handler()

static void vl_api_sw_interface_set_bond_weight_t_handler ( vl_api_sw_interface_set_bond_weight_t mp)
static

Definition at line 187 of file bond_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_sw_interface_slave_dump_t_handler()

static void vl_api_sw_interface_slave_dump_t_handler ( vl_api_sw_interface_slave_dump_t mp)
static

Definition at line 374 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_member_interface_dump_t_handler()

static void vl_api_sw_member_interface_dump_t_handler ( vl_api_sw_member_interface_dump_t mp)
static

Definition at line 424 of file bond_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( bond_api_hookup  )
+ Here is the caller graph for this function: