FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
policer_api.c File Reference
+ Include dependency graph for policer_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_vpe_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_policer_add_del_t_handler (vl_api_policer_add_del_t *mp)
 
static void send_policer_details (u8 *name, sse2_qos_pol_cfg_params_st *config, policer_read_response_type_st *templ, unix_shared_memory_queue_t *q, u32 context)
 
static void vl_api_policer_dump_t_handler (vl_api_policer_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tpolicer_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (policer_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(POLICER_ADD_DEL, policer_add_del) \
_(POLICER_DUMP, policer_dump)
clib_error_t * policer_add_del(vlib_main_t *vm, u8 *name, sse2_qos_pol_cfg_params_st *cfg, u32 *policer_index, u8 is_add)
Definition: policer.c:20

Definition at line 45 of file policer_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file policer_api.c.

#define vl_msg_name_crc_list

Definition at line 190 of file policer_api.c.

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

Definition at line 38 of file policer_api.c.

#define vl_printfun

Definition at line 39 of file policer_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file policer_api.c.

Function Documentation

static clib_error_t* policer_api_hookup ( vlib_main_t vm)
static

Definition at line 203 of file policer_api.c.

+ Here is the call graph for this function:

static void send_policer_details ( u8 name,
sse2_qos_pol_cfg_params_st config,
policer_read_response_type_st templ,
unix_shared_memory_queue_t q,
u32  context 
)
static

Definition at line 95 of file policer_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 195 of file policer_api.c.

+ Here is the caller graph for this function:

static void vl_api_policer_add_del_t_handler ( vl_api_policer_add_del_t mp)
static

Definition at line 50 of file policer_api.c.

+ Here is the call graph for this function:

static void vl_api_policer_dump_t_handler ( vl_api_policer_dump_t mp)
static

Definition at line 136 of file policer_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( policer_api_hookup  )

+ Here is the caller graph for this function: