logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_table_acl_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_table_acl_params(3)

Detailed Description

       ACL table parameters

       Definition at line 29 of file rte_table_acl.h.

Field Documentation

constchar*name
       Name

       Definition at line 31 of file rte_table_acl.h.

   uint32_tn_rules
       Maximum number of ACL rules in the table

       Definition at line 34 of file rte_table_acl.h.

   uint32_tn_rule_fields
       Number of fields in the ACL rule specification

       Definition at line 37 of file rte_table_acl.h.

   structrte_acl_field_deffield_format[RTE_ACL_MAX_FIELDS]
       Format specification of the fields of the ACL rule

       Definition at line 40 of file rte_table_acl.h.

Name

       rte_table_acl_params

Synopsis

       #include <rte_table_acl.h>

   DataFields
       const char * name
       uint32_t n_rules
       uint32_t n_rule_fields
       struct rte_acl_field_deffield_format [RTE_ACL_MAX_FIELDS]

See Also