FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
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 |
Definition at line 280 of file vhost-user.h.
vhost_copy_t vhost_cpu_t::copy[VHOST_USER_COPY_ARRAY_N] |
Definition at line 287 of file vhost-user.h.
vhost_trace_t* vhost_cpu_t::current_trace |
Definition at line 291 of file vhost-user.h.
u32 vhost_cpu_t::rx_buffers[VHOST_USER_RX_BUFFERS_N] |
Definition at line 284 of file vhost-user.h.
u32 vhost_cpu_t::rx_buffers_len |
Definition at line 283 of file vhost-user.h.
vhost_iface_and_queue_t* vhost_cpu_t::rx_queues |
Definition at line 282 of file vhost-user.h.
virtio_net_hdr_mrg_rxbuf_t vhost_cpu_t::tx_headers[VLIB_FRAME_SIZE] |
Definition at line 286 of file vhost-user.h.