![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Create memory interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | role |
| u8 | mode |
| u8 | rx_queues |
| u8 | tx_queues |
| u32 | id |
| u32 | socket_id |
| u8 | secret [24] |
| u32 | ring_size |
| u16 | buffer_size |
| u8 | hw_addr [6] |
Create memory interface.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| role | - role of the interface in the connection (master/slave) |
| mode | - interface mode |
| rx_queues | - number of rx queues (only valid for slave) |
| tx_queues | - number of tx queues (only valid for slave) |
| id | - 32bit integer used to authenticate and match opposite sides of the connection |
| socket_id | - socket filename id to be used for connection establishment |
| ring_size | - the number of entries of RX/TX rings |
| buffer_size | - size of the buffer allocated for each ring entry |
| hw_addr | - interface MAC address |