|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
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. | |
| uint32_t | hardware_stage |
| In which TCAM the policy is installed. | |
| uint32_t | in_use_rules |
| Number of rules currently used in the hardware group. | |
| uint32_t | num_policy_rules |
| Number of rules in this policy. | |
| uint8_t | policy_name [OPEN_TCAM_POLICY_NAME_SIZE] |
| Policy Name. | |
| uint32_t | total_rules |
| Total number of rules that can be added to the hardware group. | |
Hardware TCAM Policy Usage Information.
Definition at line 308 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 313 of file openapi_tcam.h.
| uint32_t open_tcamHardwarePolicyUsage_s::hardware_stage |
In which TCAM the policy is installed.
Definition at line 312 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 314 of file openapi_tcam.h.
| uint32_t open_tcamHardwarePolicyUsage_s::num_policy_rules |
Number of rules in this policy.
Definition at line 311 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 315 of file openapi_tcam.h.