DPDK
24.07.0
|
#include <rte_acl.h>
Data Fields | |
const char * | name |
int | socket_id |
uint32_t | rule_size |
uint32_t | max_rule_num |
Parameters used when creating the ACL context.
const char* name |
Name of the ACL context.
int socket_id |
Socket ID to allocate memory for.
uint32_t rule_size |
Size of each rule.
uint32_t max_rule_num |
Maximum number of rules.