FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_app_cut_through_registration_add_t Struct Reference

ask app to add a new cut-through registration

WILL BE DEPRECATED POST 20.01

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

WILL BE DEPRECATED POST 20.01

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 382 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_app_cut_through_registration_add_t::client_index

Definition at line 384 of file session.api.

◆ context

u32 vl_api_app_cut_through_registration_add_t::context

Definition at line 385 of file session.api.

◆ evt_q_address

u64 vl_api_app_cut_through_registration_add_t::evt_q_address

Definition at line 386 of file session.api.

◆ fd_flags

u8 vl_api_app_cut_through_registration_add_t::fd_flags

Definition at line 390 of file session.api.

◆ n_fds

u8 vl_api_app_cut_through_registration_add_t::n_fds

Definition at line 389 of file session.api.

◆ peer_evt_q_address

u64 vl_api_app_cut_through_registration_add_t::peer_evt_q_address

Definition at line 387 of file session.api.

◆ wrk_index

u32 vl_api_app_cut_through_registration_add_t::wrk_index

Definition at line 388 of file session.api.


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