FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_create_vhost_user_if_t Struct Reference

vhost-user interface create request More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_server
 
u8 sock_filename [256]
 
u8 renumber
 
u32 custom_dev_instance
 
u8 use_custom_mac
 
u8 mac_address [6]
 

Detailed Description

vhost-user interface create 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
use_custom_mac- enable or disable the use of the provided hardware address
mac_address- hardware address to use if 'use_custom_mac' is set

Definition at line 2159 of file vpe.api.

Field Documentation

u32 vl_api_create_vhost_user_if_t::client_index

Definition at line 2161 of file vpe.api.

u32 vl_api_create_vhost_user_if_t::context

Definition at line 2162 of file vpe.api.

u32 vl_api_create_vhost_user_if_t::custom_dev_instance

Definition at line 2166 of file vpe.api.

u8 vl_api_create_vhost_user_if_t::is_server

Definition at line 2163 of file vpe.api.

u8 vl_api_create_vhost_user_if_t::mac_address[6]

Definition at line 2168 of file vpe.api.

u8 vl_api_create_vhost_user_if_t::renumber

Definition at line 2165 of file vpe.api.

u8 vl_api_create_vhost_user_if_t::sock_filename[256]

Definition at line 2164 of file vpe.api.

u8 vl_api_create_vhost_user_if_t::use_custom_mac

Definition at line 2167 of file vpe.api.


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