![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Add/Delete classification table request. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_add |
| u32 | table_index |
| u32 | nbuckets |
| u32 | memory_size |
| u32 | skip_n_vectors |
| u32 | match_n_vectors |
| u32 | next_table_index |
| u32 | miss_next_index |
| u8 | mask [0] |
Add/Delete classification table request.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_add- | if non-zero add the table, else delete it |
| table_index | - if add, reuturns index of the created table, else specifies the table to delete |
| nbuckets | - number of buckets when adding a table |
| memory_size | - memory size when adding a table |
| match_n_vectors | - number of match vectors |
| next_table_index | - index of next table |
| miss_next_index | - index of miss table |
| mask[] | - match mask |