![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
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 | |
| }; | |
Definition at line 177 of file vhost-user.h.
| union { ... } |
| vhost_vring_addr_t vhost_user_msg::addr |
Definition at line 185 of file vhost-user.h.
| u32 vhost_user_msg::flags |
Definition at line 179 of file vhost-user.h.
| vhost_user_log_t vhost_user_msg::log |
Definition at line 187 of file vhost-user.h.
| vhost_user_memory_t vhost_user_msg::memory |
Definition at line 186 of file vhost-user.h.
| vhost_user_req_t vhost_user_msg::request |
Definition at line 178 of file vhost-user.h.
| u32 vhost_user_msg::size |
Definition at line 180 of file vhost-user.h.
| vhost_vring_state_t vhost_user_msg::state |
Definition at line 184 of file vhost-user.h.
| u64 vhost_user_msg::u64 |
Definition at line 183 of file vhost-user.h.