FD.io VPP  v21.06
Vector Packet Processing
vl_api_modify_vhost_user_if_v2_t Struct Reference

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
 

Detailed Description

vhost-user interface modify request

Template Parameters
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.

Field Documentation

◆ client_index

u32 vl_api_modify_vhost_user_if_v2_t::client_index

Definition at line 141 of file vhost_user.api.

◆ context

u32 vl_api_modify_vhost_user_if_v2_t::context

Definition at line 142 of file vhost_user.api.

◆ custom_dev_instance

u32 vl_api_modify_vhost_user_if_v2_t::custom_dev_instance

Definition at line 150 of file vhost_user.api.

◆ enable_event_idx

bool vl_api_modify_vhost_user_if_v2_t::enable_event_idx

Definition at line 149 of file vhost_user.api.

◆ enable_gso

bool vl_api_modify_vhost_user_if_v2_t::enable_gso

Definition at line 147 of file vhost_user.api.

◆ enable_packed

bool vl_api_modify_vhost_user_if_v2_t::enable_packed

Definition at line 148 of file vhost_user.api.

◆ is_server

bool vl_api_modify_vhost_user_if_v2_t::is_server

Definition at line 144 of file vhost_user.api.

◆ renumber

bool vl_api_modify_vhost_user_if_v2_t::renumber

Definition at line 146 of file vhost_user.api.

◆ sock_filename

string vl_api_modify_vhost_user_if_v2_t::sock_filename[256]

Definition at line 145 of file vhost_user.api.

◆ sw_if_index

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.


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