FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
avf_api.c File Reference
+ Include dependency graph for avf_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs
 
#define vl_endianfun
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define vl_api_version(n, v)   static u32 api_version=(v);
 
#define foreach_avf_plugin_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_avf_create_t_handler (vl_api_avf_create_t *mp)
 
static void vl_api_avf_delete_t_handler (vl_api_avf_delete_t *mp)
 
static void setup_message_id_table (avf_main_t *avm, api_main_t *am)
 
static clib_error_tavf_plugin_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (avf_plugin_api_hookup)
 

Macro Definition Documentation

◆ foreach_avf_plugin_api_msg

#define foreach_avf_plugin_api_msg
Value:
_(AVF_CREATE, avf_create) \
_(AVF_DELETE, avf_delete)

Definition at line 54 of file avf_api.c.

◆ vl_api_version

#define vl_api_version (   n,
 
)    static u32 api_version=(v);

Definition at line 48 of file avf_api.c.

◆ vl_endianfun

#define vl_endianfun

Definition at line 37 of file avf_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 114 of file avf_api.c.

◆ vl_print

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

Definition at line 42 of file avf_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 43 of file avf_api.c.

◆ vl_typedefs

#define vl_typedefs

Definition at line 32 of file avf_api.c.

Function Documentation

◆ avf_plugin_api_hookup()

static clib_error_t* avf_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 129 of file avf_api.c.

+ Here is the call graph for this function:

◆ setup_message_id_table()

static void setup_message_id_table ( avf_main_t avm,
api_main_t am 
)
static

Definition at line 119 of file avf_api.c.

+ Here is the caller graph for this function:

◆ vl_api_avf_create_t_handler()

static void vl_api_avf_create_t_handler ( vl_api_avf_create_t mp)
static

Definition at line 59 of file avf_api.c.

+ Here is the call graph for this function:

◆ vl_api_avf_delete_t_handler()

static void vl_api_avf_delete_t_handler ( vl_api_avf_delete_t mp)
static

Definition at line 87 of file avf_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

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