FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_sw_interface_vhost_user_details_t Struct Reference

Vhost-user interface details structure (fix this) More...

Data Fields

u32 context
 
vl_api_interface_index_t sw_if_index
 
string interface_name [64]
 
u32 virtio_net_hdr_sz
 
vl_api_virtio_net_features_first_32_t features_first_32
 
vl_api_virtio_net_features_last_32_t features_last_32
 
bool is_server
 
string sock_filename [256]
 
u32 num_regions
 
i32 sock_errno
 

Detailed Description

Vhost-user interface details structure (fix this)

Template Parameters
sw_if_index- index of the interface
interface_name- name of interface
virtio_net_hdr_sz- net header size
features_first_32- interface features, first 32 bits
features_last_32- interface features, last 32 bits
is_server- vhost-user server socket
sock_filename- socket filename
num_regions- number of used memory regions
sock_errno- socket errno

Definition at line 99 of file vhost_user.api.

Field Documentation

◆ context

u32 vl_api_sw_interface_vhost_user_details_t::context

Definition at line 101 of file vhost_user.api.

◆ features_first_32

vl_api_virtio_net_features_first_32_t vl_api_sw_interface_vhost_user_details_t::features_first_32

Definition at line 105 of file vhost_user.api.

◆ features_last_32

vl_api_virtio_net_features_last_32_t vl_api_sw_interface_vhost_user_details_t::features_last_32

Definition at line 106 of file vhost_user.api.

◆ interface_name

string vl_api_sw_interface_vhost_user_details_t::interface_name[64]

Definition at line 103 of file vhost_user.api.

◆ is_server

bool vl_api_sw_interface_vhost_user_details_t::is_server

Definition at line 107 of file vhost_user.api.

◆ num_regions

u32 vl_api_sw_interface_vhost_user_details_t::num_regions

Definition at line 109 of file vhost_user.api.

◆ sock_errno

i32 vl_api_sw_interface_vhost_user_details_t::sock_errno

Definition at line 110 of file vhost_user.api.

◆ sock_filename

string vl_api_sw_interface_vhost_user_details_t::sock_filename[256]

Definition at line 108 of file vhost_user.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sw_interface_vhost_user_details_t::sw_if_index

Definition at line 102 of file vhost_user.api.

◆ virtio_net_hdr_sz

u32 vl_api_sw_interface_vhost_user_details_t::virtio_net_hdr_sz

Definition at line 104 of file vhost_user.api.


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