API Reference Manual
1.46.0
|
Packet Matching Rule creation options. More...
#include <classification.h>
Data Fields | |
odp_pmr_param_t * | terms |
PMR terms. More... | |
int | num_terms |
Number of terms in the match rule. | |
uint64_t | mark |
Classification mark value. More... | |
Packet Matching Rule creation options.
Definition at line 326 of file api/spec/classification.h.
odp_pmr_param_t* odp_pmr_create_opt_t::terms |
PMR terms.
Array of odp_pmr_param_t entries, one entry per term desired. Use odp_cls_pmr_param_init() to initialize parameters into their default values.
Definition at line 332 of file api/spec/classification.h.
uint64_t odp_pmr_create_opt_t::mark |
Classification mark value.
Value to be set in the CLS mark of a packet when the packet matches this Packet Matching Rule. The default value is zero. The maximum value is indicated in odp_cls_capability_t::max_mark capability.
Definition at line 343 of file api/spec/classification.h.