FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
vhost-user interface modify request More...
Data Fields | |
option | deprecated |
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 |
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) |
Definition at line 71 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_t::client_index |
Definition at line 74 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_t::context |
Definition at line 75 of file vhost_user.api.
u32 vl_api_modify_vhost_user_if_t::custom_dev_instance |
Definition at line 82 of file vhost_user.api.
option vl_api_modify_vhost_user_if_t::deprecated |
Definition at line 73 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_t::enable_gso |
Definition at line 80 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_t::enable_packed |
Definition at line 81 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_t::is_server |
Definition at line 77 of file vhost_user.api.
bool vl_api_modify_vhost_user_if_t::renumber |
Definition at line 79 of file vhost_user.api.
string vl_api_modify_vhost_user_if_t::sock_filename[256] |
Definition at line 78 of file vhost_user.api.
vl_api_interface_index_t vl_api_modify_vhost_user_if_t::sw_if_index |
Definition at line 76 of file vhost_user.api.