![]() |
FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
Create memory interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | role |
| u64 | key |
| u8 | socket_filename [128] |
| 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) |
| key | - 64bit integer used to authenticate and match opposite sides of the connection |
| socket_filename | - filename of the socket 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 |