FD.io VPP  v17.01.1-3-gc6833f8
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 1750 of file vpe.api.

Field Documentation

u32 vl_api_sw_interface_vhost_user_details_t::context

Definition at line 1752 of file vpe.api.

u64 vl_api_sw_interface_vhost_user_details_t::features

Definition at line 1756 of file vpe.api.

u8 vl_api_sw_interface_vhost_user_details_t::interface_name[64]

Definition at line 1754 of file vpe.api.

u8 vl_api_sw_interface_vhost_user_details_t::is_server

Definition at line 1757 of file vpe.api.

u32 vl_api_sw_interface_vhost_user_details_t::num_regions

Definition at line 1759 of file vpe.api.

i32 vl_api_sw_interface_vhost_user_details_t::sock_errno

Definition at line 1760 of file vpe.api.

u8 vl_api_sw_interface_vhost_user_details_t::sock_filename[256]

Definition at line 1758 of file vpe.api.

u32 vl_api_sw_interface_vhost_user_details_t::sw_if_index

Definition at line 1753 of file vpe.api.

u32 vl_api_sw_interface_vhost_user_details_t::virtio_net_hdr_sz

Definition at line 1755 of file vpe.api.


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