FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vhost_cpu_t Struct Reference
+ Collaboration diagram for vhost_cpu_t:

Data Fields

vhost_iface_and_queue_trx_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_tcurrent_trace
 
uwordpending_input_bitmap
 
u8 operation_mode
 

Detailed Description

Definition at line 291 of file vhost-user.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: