FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Find a mask-compatible Classify table in the Trace chain. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | skip_n_vectors [default=0] |
u32 | match_n_vectors [default=1] |
u32 | mask_len |
u8 | mask [mask_len] |
Find a mask-compatible Classify table in the Trace chain.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
skip_n_vectors | - number of u32x4 skip vectors |
match_n_vectors | - number of u32x4 vectors, 1..5 |
mask_len | - length of mask, match_n_vectors * sizeof(u32x4) |
mask | - match mask |
Definition at line 542 of file classify.api.
u32 vl_api_classify_trace_lookup_table_t::client_index |
Definition at line 544 of file classify.api.
u32 vl_api_classify_trace_lookup_table_t::context |
Definition at line 545 of file classify.api.
Definition at line 549 of file classify.api.
u32 vl_api_classify_trace_lookup_table_t::mask_len |
Definition at line 548 of file classify.api.
u32 vl_api_classify_trace_lookup_table_t::match_n_vectors[default=1] |
Definition at line 547 of file classify.api.
u32 vl_api_classify_trace_lookup_table_t::skip_n_vectors[default=0] |
Definition at line 546 of file classify.api.