FD.io VPP  v18.10-34-gcce845e
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
 
u32 sw_if_index
 
u8 interface_name [64]
 
u32 virtio_net_hdr_sz
 
u64 features
 
u8 is_server
 
u8 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- interface features
is_server- vhost-user server socket
sock_filename- socket filename
num_regions- number of used memory regions

Definition at line 89 of file vhost_user.api.

Field Documentation

u32 vl_api_sw_interface_vhost_user_details_t::context

Definition at line 91 of file vhost_user.api.

u64 vl_api_sw_interface_vhost_user_details_t::features

Definition at line 95 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::interface_name[64]

Definition at line 93 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::is_server

Definition at line 96 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::num_regions

Definition at line 98 of file vhost_user.api.

i32 vl_api_sw_interface_vhost_user_details_t::sock_errno

Definition at line 99 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::sock_filename[256]

Definition at line 97 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::sw_if_index

Definition at line 92 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::virtio_net_hdr_sz

Definition at line 94 of file vhost_user.api.


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