![]() |
FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
Collaboration diagram for vhost_cpu_t:Data Fields | |
| vhost_iface_and_queue_t * | rx_queues |
| u32 | rx_buffers_len |
| u32 | rx_buffers [VHOST_USER_RX_BUFFERS_N] |
| virtio_net_hdr_mrg_rxbuf_t | tx_headers [VLIB_FRAME_SIZE] |
| vhost_copy_t | copy [VHOST_USER_COPY_ARRAY_N] |
| vhost_trace_t * | current_trace |
| uword * | pending_input_bitmap |
| u8 | operation_mode |
Definition at line 291 of file vhost-user.h.
| vhost_copy_t vhost_cpu_t::copy[VHOST_USER_COPY_ARRAY_N] |
Definition at line 298 of file vhost-user.h.
| vhost_trace_t* vhost_cpu_t::current_trace |
Definition at line 302 of file vhost-user.h.
| u8 vhost_cpu_t::operation_mode |
Definition at line 308 of file vhost-user.h.
| uword* vhost_cpu_t::pending_input_bitmap |
Definition at line 305 of file vhost-user.h.
| u32 vhost_cpu_t::rx_buffers[VHOST_USER_RX_BUFFERS_N] |
Definition at line 295 of file vhost-user.h.
| u32 vhost_cpu_t::rx_buffers_len |
Definition at line 294 of file vhost-user.h.
| vhost_iface_and_queue_t* vhost_cpu_t::rx_queues |
Definition at line 293 of file vhost-user.h.
| virtio_net_hdr_mrg_rxbuf_t vhost_cpu_t::tx_headers[VLIB_FRAME_SIZE] |
Definition at line 297 of file vhost-user.h.