FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vl_api_app_cut_through_registration_add_t Struct Reference

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
 

Detailed Description

ask app to add a new cut-through registration

Template Parameters
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 432 of file session.api.

Field Documentation

u32 vl_api_app_cut_through_registration_add_t::client_index

Definition at line 434 of file session.api.

u32 vl_api_app_cut_through_registration_add_t::context

Definition at line 435 of file session.api.

u64 vl_api_app_cut_through_registration_add_t::evt_q_address

Definition at line 436 of file session.api.

u8 vl_api_app_cut_through_registration_add_t::fd_flags

Definition at line 440 of file session.api.

u8 vl_api_app_cut_through_registration_add_t::n_fds

Definition at line 439 of file session.api.

u64 vl_api_app_cut_through_registration_add_t::peer_evt_q_address

Definition at line 437 of file session.api.

u32 vl_api_app_cut_through_registration_add_t::wrk_index

Definition at line 438 of file session.api.


The documentation for this struct was generated from the following file: