FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vhost_user_msg Struct Reference

Data Fields

vhost_user_req_t request
 
u32 flags
 
u32 size
 
union {
   u64   u64
 
   vhost_vring_state_t   state
 
   vhost_vring_addr_t   addr
 
   vhost_user_memory_t   memory
 
   vhost_user_log_t   log
 
}; 
 

Detailed Description

Definition at line 215 of file vhost_user.h.

Field Documentation

◆ @104

union { ... }

◆ addr

vhost_vring_addr_t vhost_user_msg::addr

Definition at line 223 of file vhost_user.h.

◆ flags

u32 vhost_user_msg::flags

Definition at line 217 of file vhost_user.h.

◆ log

vhost_user_log_t vhost_user_msg::log

Definition at line 225 of file vhost_user.h.

◆ memory

vhost_user_memory_t vhost_user_msg::memory

Definition at line 224 of file vhost_user.h.

◆ request

vhost_user_req_t vhost_user_msg::request

Definition at line 216 of file vhost_user.h.

◆ size

u32 vhost_user_msg::size

Definition at line 218 of file vhost_user.h.

◆ state

vhost_vring_state_t vhost_user_msg::state

Definition at line 222 of file vhost_user.h.

◆ u64

u64 vhost_user_msg::u64

Definition at line 221 of file vhost_user.h.


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