FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Application attach reply. More...
Data Fields | |
u32 | context |
i32 | retval |
u64 | app_mq |
u64 | vpp_ctrl_mq |
u8 | vpp_ctrl_mq_thread |
u32 | app_index |
u8 | n_fds |
u8 | fd_flags |
u32 | segment_size |
u8 | segment_name_length |
u8 | segment_name [128] |
u64 | segment_handle |
Application attach reply.
context | - sender context, to match reply w/ request |
retval | - return code for the request |
app_mq | - app message queue |
vpp_ctrl_mq | - vpp message queue for control events that should be handled in main thread, i.e., bind/connect |
vpp_ctrl_mq_thread_index | - thread index of the ctrl mq |
app_index | - index of the newly created app |
n_fds | - number of fds exchanged |
fd_flags | - set of flags that indicate which fds are to be expected over the socket (set only if socket transport available) |
segment_size | - size of first shm segment |
segment_name_length | - length of segment name |
segment_name | - name of segment client needs to attach to |
segment_handle | - handle for segment |
Definition at line 96 of file session.api.
u32 vl_api_app_attach_reply_t::app_index |
Definition at line 102 of file session.api.
u64 vl_api_app_attach_reply_t::app_mq |
Definition at line 99 of file session.api.
u32 vl_api_app_attach_reply_t::context |
Definition at line 97 of file session.api.
u8 vl_api_app_attach_reply_t::fd_flags |
Definition at line 104 of file session.api.
u8 vl_api_app_attach_reply_t::n_fds |
Definition at line 103 of file session.api.
i32 vl_api_app_attach_reply_t::retval |
Definition at line 98 of file session.api.
u64 vl_api_app_attach_reply_t::segment_handle |
Definition at line 108 of file session.api.
u8 vl_api_app_attach_reply_t::segment_name[128] |
Definition at line 107 of file session.api.
u8 vl_api_app_attach_reply_t::segment_name_length |
Definition at line 106 of file session.api.
u32 vl_api_app_attach_reply_t::segment_size |
Definition at line 105 of file session.api.
u64 vl_api_app_attach_reply_t::vpp_ctrl_mq |
Definition at line 100 of file session.api.
u8 vl_api_app_attach_reply_t::vpp_ctrl_mq_thread |
Definition at line 101 of file session.api.