DPDK  16.11.11
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:
ip_pipeline/pipeline/pipeline_firewall_be.c.

Definition at line 59 of file rte_table_acl.h.

Field Documentation

const char* name

Name

Examples:
ip_pipeline/pipeline/pipeline_firewall_be.c.

Definition at line 61 of file rte_table_acl.h.

uint32_t n_rules

Maximum number of ACL rules in the table

Definition at line 64 of file rte_table_acl.h.

uint32_t n_rule_fields

Number of fields in the ACL rule specification

Definition at line 67 of file rte_table_acl.h.

struct rte_acl_field_def field_format[RTE_ACL_MAX_FIELDS]

Format specification of the fields of the ACL rule

Examples:
ip_pipeline/pipeline/pipeline_firewall_be.c.

Definition at line 70 of file rte_table_acl.h.


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