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_rule_add_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_table_acl_rule_add_params(3)

Detailed Description

       ACL rule specification for entry add operation

       Definition at line 44 of file rte_table_acl.h.

Field Documentation

int32_tpriority
       ACL rule priority, with 0 as the highest priority

       Definition at line 46 of file rte_table_acl.h.

   structrte_acl_fieldfield_value[RTE_ACL_MAX_FIELDS]
       Values for the fields of the ACL rule to be added to the table

       Definition at line 49 of file rte_table_acl.h.

Name

       rte_table_acl_rule_add_params

Synopsis

       #include <rte_table_acl.h>

   DataFields
       int32_t priority
       struct rte_acl_fieldfield_value [RTE_ACL_MAX_FIELDS]

See Also