Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Hardware TCAM Policy Usage Information. More...
#include <openapi_tcam.h>
Data Fields | |
uint32_t | hardware_group |
The group in the TCAM to which this policy belongs. More... | |
uint32_t | hardware_stage |
In which TCAM the policy is installed. More... | |
uint32_t | in_use_rules |
Number of rules currently used in the hardware group. More... | |
uint32_t | num_policy_rules |
Number of rules in this policy. More... | |
uint8_t | policy_name [OPEN_TCAM_POLICY_NAME_SIZE] |
Policy Name. More... | |
uint32_t | total_rules |
Total number of rules that can be added to the hardware group. More... | |
Hardware TCAM Policy Usage Information.
Definition at line 363 of file openapi_tcam.h.
uint32_t open_tcamHardwarePolicyUsage_s::hardware_group |
The group in the TCAM to which this policy belongs.
Definition at line 368 of file openapi_tcam.h.
uint32_t open_tcamHardwarePolicyUsage_s::hardware_stage |
In which TCAM the policy is installed.
Definition at line 367 of file openapi_tcam.h.
uint32_t open_tcamHardwarePolicyUsage_s::in_use_rules |
Number of rules currently used in the hardware group.
Definition at line 369 of file openapi_tcam.h.
uint32_t open_tcamHardwarePolicyUsage_s::num_policy_rules |
Number of rules in this policy.
Definition at line 366 of file openapi_tcam.h.
uint8_t open_tcamHardwarePolicyUsage_s::policy_name[OPEN_TCAM_POLICY_NAME_SIZE] |
uint32_t open_tcamHardwarePolicyUsage_s::total_rules |
Total number of rules that can be added to the hardware group.
Definition at line 370 of file openapi_tcam.h.