FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
vhost-user interface modify request More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
bool | is_server |
string | sock_filename [256] |
bool | renumber |
bool | enable_gso |
bool | enable_packed |
bool | enable_event_idx |
u32 | custom_dev_instance |
vhost-user interface modify request
client_index | - opaque cookie to identify the sender |
is_server | - our side is socket server |
sock_filename | - unix socket filename, used to speak with frontend |
enable_gso | - enable gso support (default 0) |
enable_packed | - enable packed ring support (default 0) |
enable_event_idx | - enable event idx support (default 0) |
renumber | - if true, use custom_dev_instance is valid |
custom_dev_instance | - custom device instance number |
Definition at line 139 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_v2_t::client_index |
Definition at line 141 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_v2_t::context |
Definition at line 142 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_v2_t::custom_dev_instance |
Definition at line 150 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_v2_t::enable_event_idx |
Definition at line 149 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_v2_t::enable_gso |
Definition at line 147 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_v2_t::enable_packed |
Definition at line 148 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_v2_t::is_server |
Definition at line 144 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_v2_t::renumber |
Definition at line 146 of file vhost_user.api.
string vl_api_modify_vhost_user_if_v2_t::sock_filename[256] |
Definition at line 145 of file vhost_user.api.
vl_api_interface_index_t vl_api_modify_vhost_user_if_v2_t::sw_if_index |
Definition at line 143 of file vhost_user.api.