FD.io VPP  v19.08-24-ge6a5712
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_enslave_t_handler (vl_api_bond_enslave_t *mp)
 
static void vl_api_bond_detach_slave_t_handler (vl_api_bond_detach_slave_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_interface_slave_details (vpe_api_main_t *am, vl_api_registration_t *reg, slave_interface_details_t *slave_if, u32 context)
 
static void vl_api_sw_interface_slave_dump_t_handler (vl_api_sw_interface_slave_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

#define foreach_bond_api_msg
Value:
_(BOND_CREATE, bond_create) \
_(BOND_DELETE, bond_delete) \
_(BOND_ENSLAVE, bond_enslave) \
_(BOND_DETACH_SLAVE, bond_detach_slave) \
_(SW_INTERFACE_BOND_DUMP, sw_interface_bond_dump)\
_(SW_INTERFACE_SLAVE_DUMP, sw_interface_slave_dump)
void bond_enslave(vlib_main_t *vm, bond_enslave_args_t *args)
Definition: cli.c:542
void bond_detach_slave(vlib_main_t *vm, bond_detach_slave_args_t *args)
Definition: cli.c:731

Definition at line 46 of file bond_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file bond_api.c.

#define vl_msg_name_crc_list

Definition at line 234 of file bond_api.c.

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

Definition at line 38 of file bond_api.c.

#define vl_printfun

Definition at line 39 of file bond_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file bond_api.c.

Function Documentation

static clib_error_t* bond_api_hookup ( vlib_main_t vm)
static

Definition at line 247 of file bond_api.c.

+ Here is the call graph for this function:

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 136 of file bond_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void bond_send_sw_interface_slave_details ( vpe_api_main_t am,
vl_api_registration_t reg,
slave_interface_details_t slave_if,
u32  context 
)
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:

static void bond_setup_message_id_table ( api_main_t am)
static

Definition at line 239 of file bond_api.c.

+ Here is the caller graph for this function:

static void vl_api_bond_create_t_handler ( vl_api_bond_create_t mp)
static

Definition at line 68 of file bond_api.c.

+ Here is the call graph for this function:

static void vl_api_bond_delete_t_handler ( vl_api_bond_delete_t mp)
static

Definition at line 55 of file bond_api.c.

+ Here is the call graph for this function:

static void vl_api_bond_detach_slave_t_handler ( vl_api_bond_detach_slave_t mp)
static

Definition at line 120 of file bond_api.c.

+ Here is the call graph for this function:

static void vl_api_bond_enslave_t_handler ( vl_api_bond_enslave_t mp)
static

Definition at line 100 of file bond_api.c.

+ Here is the call graph for this function:

static void vl_api_sw_interface_bond_dump_t_handler ( vl_api_sw_interface_bond_dump_t mp)
static

Definition at line 162 of file bond_api.c.

+ Here is the call graph for this function:

static void vl_api_sw_interface_slave_dump_t_handler ( vl_api_sw_interface_slave_dump_t mp)
static

Definition at line 209 of file bond_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( bond_api_hookup  )

+ Here is the caller graph for this function: