FD.io VPP  v21.10.1-2-g0a485f517
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 REPLY_MSG_ID_BASE   virtio_main.msg_id_base
 

Functions

static void vl_api_virtio_pci_create_t_handler (vl_api_virtio_pci_create_t *mp)
 
static void vl_api_virtio_pci_create_v2_t_handler (vl_api_virtio_pci_create_v2_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 clib_error_tvirtio_pci_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (virtio_pci_api_hookup)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   virtio_main.msg_id_base

Definition at line 33 of file virtio_api.c.

Function Documentation

◆ virtio_pci_api_hookup()

static clib_error_t* virtio_pci_api_hookup ( vlib_main_t vm)
static

Definition at line 232 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 182 of file virtio_api.c.

+ Here is the call graph for this function:
+ Here is the caller 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 209 of file virtio_api.c.

+ Here is the call 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 38 of file virtio_api.c.

+ Here is the call graph for this function:

◆ vl_api_virtio_pci_create_v2_t_handler()

static void vl_api_virtio_pci_create_v2_t_handler ( vl_api_virtio_pci_create_v2_t mp)
static

Definition at line 81 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 144 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  )