FD.io VPP
v20.01-48-g3e0dafb74
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 382 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::client_index |
Definition at line 384 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::context |
Definition at line 385 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::evt_q_address |
Definition at line 386 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::fd_flags |
Definition at line 390 of file session.api.
u8 vl_api_app_cut_through_registration_add_t::n_fds |
Definition at line 389 of file session.api.
u64 vl_api_app_cut_through_registration_add_t::peer_evt_q_address |
Definition at line 387 of file session.api.
u32 vl_api_app_cut_through_registration_add_t::wrk_index |
Definition at line 388 of file session.api.