FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
ask app to add a new cut-through registration More...
Data Fields | |
u32 | client_index |
u32 | context |
u64 | evt_q_address |
u64 | peer_evt_q_address |
u32 | wrk_index |
u8 | n_fds |
u8 | fd_flags |
ask app to add a new cut-through registration
client_index | - opaque cookie to identify the sender client to vpp direction only |
context | - sender context, to match reply w/ request |
evt_q_address | - address of the mq in ssvm segment |
peer_evt_q_address | - address of peer's mq in ssvm segment |
wrk_index | - index of worker to receive the registration |
n_fds | - number of fds exchanged |
fd_flags | - flag indicating the fds that will be exchanged over api socket |
Definition at line 280 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::client_index |
Definition at line 282 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::context |
Definition at line 283 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::evt_q_address |
Definition at line 284 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::fd_flags |
Definition at line 288 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::n_fds |
Definition at line 287 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::peer_evt_q_address |
Definition at line 285 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::wrk_index |
Definition at line 286 of file session.api.