FD.io VPP  v17.04-9-g99c0734
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
 
u8 operation_mode
 

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
operation_mode- polling=0, interrupt=1, or adaptive=2

Definition at line 108 of file vhost_user.api.

Field Documentation

u32 vl_api_sw_interface_vhost_user_details_t::context

Definition at line 110 of file vhost_user.api.

u64 vl_api_sw_interface_vhost_user_details_t::features

Definition at line 114 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::interface_name[64]

Definition at line 112 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::is_server

Definition at line 115 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::num_regions

Definition at line 117 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::operation_mode

Definition at line 119 of file vhost_user.api.

i32 vl_api_sw_interface_vhost_user_details_t::sock_errno

Definition at line 118 of file vhost_user.api.

u8 vl_api_sw_interface_vhost_user_details_t::sock_filename[256]

Definition at line 116 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::sw_if_index

Definition at line 111 of file vhost_user.api.

u32 vl_api_sw_interface_vhost_user_details_t::virtio_net_hdr_sz

Definition at line 113 of file vhost_user.api.


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