![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Memory interface details structure. More...
Data Fields | |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| vl_api_mac_address_t | hw_addr |
| u32 | id |
| vl_api_memif_role_t | role |
| vl_api_memif_mode_t | mode |
| bool | zero_copy |
| u32 | socket_id |
| u32 | ring_size |
| u16 | buffer_size |
| vl_api_if_status_flags_t | flags |
| string | if_name [64] |
Memory interface details structure.
| context | - sender context, to match reply w/ request (memif_dump) |
| sw_if_index | - index 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 |
| zero_copy | - zero copy flag present |
| 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 |
| flags | - interface_status flags |
| if_name | - name of the interface |
| vl_api_interface_index_t vl_api_memif_details_t::sw_if_index |