DPDK 22.11.5
|
#include <rte_table_acl.h>
Data Fields | |
int32_t | priority |
struct rte_acl_field | field_value [RTE_ACL_MAX_FIELDS] |
ACL rule specification for entry add operation
Definition at line 45 of file rte_table_acl.h.
int32_t priority |
ACL rule priority, with 0 as the highest priority
Definition at line 47 of file rte_table_acl.h.
struct rte_acl_field field_value[RTE_ACL_MAX_FIELDS] |
Values for the fields of the ACL rule to be added to the table
Definition at line 50 of file rte_table_acl.h.