FD.io VPP  v17.04-9-g99c0734
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]
 
u64 key
 
u8 role
 
u8 socket_filename [128]
 
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
key- key associated with the interface
role- role of the interface in the connection (master/slave)
socket_filename- name of the socket 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 93 of file memif.api.

Field Documentation

u8 vl_api_memif_details_t::admin_up_down

Definition at line 109 of file memif.api.

u16 vl_api_memif_details_t::buffer_size

Definition at line 106 of file memif.api.

u32 vl_api_memif_details_t::context

Definition at line 95 of file memif.api.

u8 vl_api_memif_details_t::hw_addr[6]

Definition at line 99 of file memif.api.

u8 vl_api_memif_details_t::if_name[64]

Definition at line 98 of file memif.api.

u64 vl_api_memif_details_t::key

Definition at line 102 of file memif.api.

u8 vl_api_memif_details_t::link_up_down

Definition at line 110 of file memif.api.

u32 vl_api_memif_details_t::ring_size

Definition at line 105 of file memif.api.

u8 vl_api_memif_details_t::role

Definition at line 103 of file memif.api.

u8 vl_api_memif_details_t::socket_filename[128]

Definition at line 104 of file memif.api.

u32 vl_api_memif_details_t::sw_if_index

Definition at line 97 of file memif.api.


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