DPDK  22.07.0
Data Fields
rte_table_acl_params Struct Reference

#include <rte_table_acl.h>

Data Fields

const char * name
 
uint32_t n_rules
 
uint32_t n_rule_fields
 
struct rte_acl_field_def field_format [RTE_ACL_MAX_FIELDS]
 

Detailed Description

ACL table parameters

Examples:
examples/flow_classify/flow_classify.c, and examples/ip_pipeline/pipeline.c.

Definition at line 30 of file rte_table_acl.h.

Field Documentation

◆ name

const char* name

Name

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 32 of file rte_table_acl.h.

◆ n_rules

uint32_t n_rules

Maximum number of ACL rules in the table

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 35 of file rte_table_acl.h.

◆ n_rule_fields

uint32_t n_rule_fields

Number of fields in the ACL rule specification

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 38 of file rte_table_acl.h.

◆ field_format

struct rte_acl_field_def field_format[RTE_ACL_MAX_FIELDS]

Format specification of the fields of the ACL rule

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 41 of file rte_table_acl.h.


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