FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_modify_vhost_user_if_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
 
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)

Definition at line 66 of file vhost_user.api.

Field Documentation

◆ client_index

u32 vl_api_modify_vhost_user_if_t::client_index

Definition at line 68 of file vhost_user.api.

◆ context

u32 vl_api_modify_vhost_user_if_t::context

Definition at line 69 of file vhost_user.api.

◆ custom_dev_instance

u32 vl_api_modify_vhost_user_if_t::custom_dev_instance

Definition at line 75 of file vhost_user.api.

◆ enable_gso

bool vl_api_modify_vhost_user_if_t::enable_gso

Definition at line 74 of file vhost_user.api.

◆ is_server

bool vl_api_modify_vhost_user_if_t::is_server

Definition at line 71 of file vhost_user.api.

◆ renumber

bool vl_api_modify_vhost_user_if_t::renumber

Definition at line 73 of file vhost_user.api.

◆ sock_filename

string vl_api_modify_vhost_user_if_t::sock_filename[256]

Definition at line 72 of file vhost_user.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_modify_vhost_user_if_t::sw_if_index

Definition at line 70 of file vhost_user.api.


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