|
OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
L2 Policer Actions Flow Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
| uint8_t | clearAction |
| If non-zero, drop a packet. | |
| uint32_t | colorActionsIndex |
| Apply-Action(s) instruction. | |
| uint8_t | dscp |
| uint8_t | dscpAction |
| Write-Action(s) instruction. | |
| uint8_t | ecn |
| uint8_t | ecnAction |
| If non-zero, set ECN. | |
| OFDPA_FLOW_TABLE_ID_t | gotoTableId |
| Goto-Table instruction. | |
| ofdpaL2PolicerActionsFlowMatch_t | match_criteria |
| uint8_t | trafficClass |
| uint8_t | trafficClassAction |
| If non-zero, set traffic class. | |
| uint8_t | vlanPcp |
| uint8_t | vlanPcpAction |
| If non-zero, set vlan priority. | |
L2 Policer Actions Flow Table Entry.
Definition at line 1222 of file ofdpa_datatypes.h.
| uint32_t ofdpaL2PolicerActionsFlowEntry_s::colorActionsIndex |
| uint8_t ofdpaL2PolicerActionsFlowEntry_s::dscpAction |
Write-Action(s) instruction.
If non-zero, set DSCP
Definition at line 1239 of file ofdpa_datatypes.h.
| OFDPA_FLOW_TABLE_ID_t ofdpaL2PolicerActionsFlowEntry_s::gotoTableId |
Goto-Table instruction.
must be OFDPA_FLOW_TABLE_ID_ACL_POLICY, setting to 0 indicates drop action
Definition at line 1232 of file ofdpa_datatypes.h.