FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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 |
u8 | socket_filename [128] |
u32 | ring_size |
u16 | buffer_size |
u8 | admin_up_down |
u8 | link_up_down |
Memory interface details structure.
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_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 |