FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
vl_api_memif_details_t Struct Reference

Memory interface details structure. More...

Data Fields

u32 context
 
u32 sw_if_index
 
u8 if_name [64]
 
u8 hw_addr [6]
 
u32 id
 
u8 role
 
u8 mode
 
u32 socket_id
 
u32 ring_size
 
u16 buffer_size
 
u8 admin_up_down
 
u8 link_up_down
 

Detailed Description

Memory interface details structure.

Template Parameters
context- sender context, to match reply w/ request (memif_dump)
sw_if_index- index of the interface
if_name- name of the interface
hw_addr- interface MAC address
id- id associated with the interface
role- role of the interface in the connection (master/slave)
mode- interface mode
socket_id- id of the socket filename used by this interface to establish new connections
ring_size- the number of entries of RX/TX rings
buffer_size- size of the buffer allocated for each ring entry
admin_up_down- interface administrative status
link_up_down- interface link status

Definition at line 131 of file memif.api.

Field Documentation

u8 vl_api_memif_details_t::admin_up_down

Definition at line 148 of file memif.api.

u16 vl_api_memif_details_t::buffer_size

Definition at line 145 of file memif.api.

u32 vl_api_memif_details_t::context

Definition at line 133 of file memif.api.

u8 vl_api_memif_details_t::hw_addr[6]

Definition at line 137 of file memif.api.

u32 vl_api_memif_details_t::id

Definition at line 140 of file memif.api.

u8 vl_api_memif_details_t::if_name[64]

Definition at line 136 of file memif.api.

u8 vl_api_memif_details_t::link_up_down

Definition at line 149 of file memif.api.

u8 vl_api_memif_details_t::mode

Definition at line 142 of file memif.api.

u32 vl_api_memif_details_t::ring_size

Definition at line 144 of file memif.api.

u8 vl_api_memif_details_t::role

Definition at line 141 of file memif.api.

u32 vl_api_memif_details_t::socket_id

Definition at line 143 of file memif.api.

u32 vl_api_memif_details_t::sw_if_index

Definition at line 135 of file memif.api.


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