FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
virtio_api.c File Reference
+ Include dependency graph for virtio_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_virtio_pci_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_virtio_pci_create_t_handler (vl_api_virtio_pci_create_t *mp)
 
static void vl_api_virtio_pci_delete_t_handler (vl_api_virtio_pci_delete_t *mp)
 
static void virtio_pci_send_sw_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, virtio_if_t *vif, u32 context)
 
static void vl_api_sw_interface_virtio_pci_dump_t_handler (vl_api_sw_interface_virtio_pci_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tvirtio_pci_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (virtio_pci_api_hookup)
 

Macro Definition Documentation

◆ foreach_virtio_pci_api_msg

#define foreach_virtio_pci_api_msg
Value:
_(VIRTIO_PCI_CREATE, virtio_pci_create) \
_(VIRTIO_PCI_DELETE, virtio_pci_delete) \
_(SW_INTERFACE_VIRTIO_PCI_DUMP, sw_interface_virtio_pci_dump)

Definition at line 48 of file virtio_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 36 of file virtio_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 182 of file virtio_api.c.

◆ vl_print

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

Definition at line 41 of file virtio_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 42 of file virtio_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 32 of file virtio_api.c.

Function Documentation

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 187 of file virtio_api.c.

+ Here is the caller graph for this function:

◆ virtio_pci_api_hookup()

static clib_error_t* virtio_pci_api_hookup ( vlib_main_t vm)
static

Definition at line 195 of file virtio_api.c.

+ Here is the call graph for this function:

◆ virtio_pci_send_sw_interface_details()

static void virtio_pci_send_sw_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
virtio_if_t vif,
u32  context 
)
static

Definition at line 135 of file virtio_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_virtio_pci_dump_t_handler()

static void vl_api_sw_interface_virtio_pci_dump_t_handler ( vl_api_sw_interface_virtio_pci_dump_t mp)
static

Definition at line 161 of file virtio_api.c.

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

◆ vl_api_virtio_pci_create_t_handler()

static void vl_api_virtio_pci_create_t_handler ( vl_api_virtio_pci_create_t mp)
static

Definition at line 54 of file virtio_api.c.

+ Here is the call graph for this function:

◆ vl_api_virtio_pci_delete_t_handler()

static void vl_api_virtio_pci_delete_t_handler ( vl_api_virtio_pci_delete_t mp)
static

Definition at line 97 of file virtio_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

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