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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_acl_param(3)

Detailed Description

       Parameters used when creating the ACL context.

       Definition at line 128 of file rte_acl.h.

Field Documentation

constchar*name
       Name of the ACL context.

       Definition at line 129 of file rte_acl.h.

   intsocket_id
       Socket ID to allocate memory for.

       Definition at line 130 of file rte_acl.h.

   uint32_trule_size
       Size of each rule.

       Definition at line 131 of file rte_acl.h.

   uint32_tmax_rule_num
       Maximum number of rules.

       Definition at line 132 of file rte_acl.h.

Name

       rte_acl_param

Synopsis

       #include <rte_acl.h>

   DataFields
       const char * name
       int socket_id
       uint32_t rule_size
       uint32_t max_rule_num

See Also