FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
ask app to add a new cut-through registration
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 340 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::client_index |
Definition at line 342 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::context |
Definition at line 343 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::evt_q_address |
Definition at line 344 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::fd_flags |
Definition at line 348 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::n_fds |
Definition at line 347 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::peer_evt_q_address |
Definition at line 345 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::wrk_index |
Definition at line 346 of file session.api.