FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
virtio_process.c File Reference
+ Include dependency graph for virtio_process.c:

Go to the source code of this file.

Functions

static uword virtio_send_interrupt_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
 

Variables

vlib_node_registration_t virtio_send_interrupt_node
 (constructor) VLIB_REGISTER_NODE (virtio_send_interrupt_node) More...
 

Function Documentation

◆ virtio_send_interrupt_process()

static uword virtio_send_interrupt_process ( vlib_main_t vm,
vlib_node_runtime_t rt,
vlib_frame_t f 
)
static

Definition at line 24 of file virtio_process.c.

+ Here is the call graph for this function:

Variable Documentation

◆ virtio_send_interrupt_node

vlib_node_registration_t virtio_send_interrupt_node
Initial value:
= {
.name = "virtio-send-interrupt-process",
}
static uword virtio_send_interrupt_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)

(constructor) VLIB_REGISTER_NODE (virtio_send_interrupt_node)

Definition at line 74 of file virtio_process.c.