DOKK / manpages / debian 13 / dpdk-doc / rte_acl_config.3.en
rte_acl_config(3) Library Functions Manual rte_acl_config(3)

rte_acl_config

#include <rte_acl.h>


uint32_t num_categories
uint32_t num_fields
struct rte_acl_field_def defs [RTE_ACL_MAX_FIELDS]
size_t max_size

ACL build configuration. Defines the fields of an ACL trie and number of categories to build with.

Definition at line 63 of file rte_acl.h.

Number of categories to build with.

Definition at line 64 of file rte_acl.h.

Number of field definitions.

Definition at line 65 of file rte_acl.h.

array of field definitions.

Definition at line 66 of file rte_acl.h.

max memory limit for internal run-time structures.

Definition at line 68 of file rte_acl.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK