FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vl_api_classify_add_del_table_reply_t Struct Reference

Add/Delete classification table response. More...

Data Fields

u32 context
 
i32 retval
 
u32 new_table_index
 
u32 skip_n_vectors
 
u32 match_n_vectors
 

Detailed Description

Add/Delete classification table response.

Template Parameters
context- sender context, to match reply w/ request
retval- return code for the table add/del requst
new_table_index- for add, returned index of the new table
skip_n_vectors- for add, returned value of skip_n_vectors in table
match_n_vectors-for add, returned value of match_n_vectors in table

Definition at line 69 of file classify.api.

Field Documentation

u32 vl_api_classify_add_del_table_reply_t::context

Definition at line 71 of file classify.api.

u32 vl_api_classify_add_del_table_reply_t::match_n_vectors

Definition at line 75 of file classify.api.

u32 vl_api_classify_add_del_table_reply_t::new_table_index

Definition at line 73 of file classify.api.

i32 vl_api_classify_add_del_table_reply_t::retval

Definition at line 72 of file classify.api.

u32 vl_api_classify_add_del_table_reply_t::skip_n_vectors

Definition at line 74 of file classify.api.


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