FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vhost_cpu_t Struct Reference
+ Collaboration diagram for vhost_cpu_t:

Data Fields

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
 
u32to_next_list
 
vlib_buffer_t ** rx_buffers_pdesc
 

Detailed Description

Definition at line 401 of file vhost_user.h.

Field Documentation

◆ copy

Definition at line 407 of file vhost_user.h.

◆ current_trace

vhost_trace_t* vhost_cpu_t::current_trace

Definition at line 411 of file vhost_user.h.

◆ rx_buffers

u32 vhost_cpu_t::rx_buffers[VHOST_USER_RX_BUFFERS_N]

Definition at line 404 of file vhost_user.h.

◆ rx_buffers_len

u32 vhost_cpu_t::rx_buffers_len

Definition at line 403 of file vhost_user.h.

◆ rx_buffers_pdesc

vlib_buffer_t** vhost_cpu_t::rx_buffers_pdesc

Definition at line 414 of file vhost_user.h.

◆ to_next_list

u32* vhost_cpu_t::to_next_list

Definition at line 413 of file vhost_user.h.

◆ tx_headers

virtio_net_hdr_mrg_rxbuf_t vhost_cpu_t::tx_headers[VLIB_FRAME_SIZE]

Definition at line 406 of file vhost_user.h.


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